Ok great! Thanks again for the assist!
Printable View
thanks for the secure version :-)
Yes that had never ever occured to me, thanks guys.
JustMe, I tried your code and have an error in this line
$id == 'alternative tracking id';
the below code work properly ;-)
$id = (int)$_GET['id'];
if ($id == ''){
$id = 'alternative tracking id';
}
?>