I have a page that can be reached to ways. On way a form will send information the other a URL will sent the information. I am trying to stor that information in vars, will this work?
if $POST['VersionKey'] >= 1
$Version = $POST['VersionKey'];
$Module = $POST['ModuleKey'];
else
$Version = $GET['VersionKey'];
$Module = $_GET['ModuleKey'];
Thanks for your help
Jeff