Hi,
I am using $HTTP_SERVER_VA RS['SCRIPT_FILENAM E'] to get the name of the
current web page. How do I also get the GET variables using PHP as a
complete string. For example:
'?first=12&seco nd=value&third= 2.99'
As I dont know what the variables may I cant simply use $_GET. Ideally
something like FOR EACH $_GET to generate the GET part of the url. Any
ideas? Cheers
Burnsy
I am using $HTTP_SERVER_VA RS['SCRIPT_FILENAM E'] to get the name of the
current web page. How do I also get the GET variables using PHP as a
complete string. For example:
'?first=12&seco nd=value&third= 2.99'
As I dont know what the variables may I cant simply use $_GET. Ideally
something like FOR EACH $_GET to generate the GET part of the url. Any
ideas? Cheers
Burnsy
Comment