I am fully versed in how to get, and clean the vars in a $_GET
and $_POST
, and I understand that $_REQUEST
listens for both GET and POST's.
I understand that the GET is www.somesite.com?GET=MYVAR
, but my question is this. Can you take: www.somesite.com/MYVAR and put the subpage into a var, as apposed to using the ?GET=MYVAR
In PHP
Thanks,