Use the var $QUERY_STRING
John Barker wrote:
Hey,
I'm not exactly sure how'd you go about doing something like:
script.php3?something
I know how to do script.php3?something=something and the script does something based upon with something equal's (hope I didn't lose you there.)
I've tried if($something) { code } but that doesn't seem to work.
Thanks for the help.
[ John