Page 1 of 1

Get URL "?..." value without using a variable

Posted: Wed Oct 31, 2007 9:05 am
by aceconcepts
Hi,

Is it possible to "request" a single value from a url without specifying a variable name.

i.e. instead of requesting a variable from a url like: http://.../?id=23 can you get the value after "?" without using "id="

Hope its not too convoluted :D

Thanks

Posted: Wed Oct 31, 2007 9:40 am
by jmut
you either ask for some mod_rewrite trick
or about $_SERVER['QUERY_STRING'] variable