[PHP] Brain dead - need help!

2001-12-15 Thread Gaylen Fraley
I know that I know the answer - it's just buried in the recesses of my mind .. PHP has the various $HTTP_*_VARS arrays. Is there one to get the formliteral pairs from the hyperlinks, as in ? I want to extract the $var1 value pair. I know I can do this through javascript, but I want somepag

Re: [PHP] Brain dead - need help!

2001-12-15 Thread Gaylen Fraley
DUH! I had tried that and it didn't work, so I panicked and posted! Come to find out, I had a typo. I am so red thanks! BTW, to the others who answered privately that it's automatically there - Not if register_globals is set to OFF, which is what I am using. But thanks for responding!

Re: [PHP] Brain dead - need help!

2001-12-15 Thread Jack Dempsey
use a phpinfo() in one of your pages...that'll show you various places to get your data... btw, php does have the $HTTP_GET_VARS that'll have what you want... jack Gaylen Fraley wrote: > I know that I know the answer - it's just buried in the recesses of my mind > .. > > PHP has the various