Forum Moderators: coopster
And somewhere on the page it self I want to print out the $dep query. I have used $_SERVER[QUERY_STRING]; but it prints both queries.
How to skip the first one?
Thanks in advance.
echo "dep=$_GET[dep]";
?
echo $_REQUEST['dep'];
I'm not a coder, so easy stuff can be hard to code ;)