Re: [PHP] SSI and query string variables to PHP

2004-04-25 Thread Tim Traver
Hmmm after doing more research on it, it appears that this server variable only appears in SSI documents. And I didn't quote the variable correctly, its "QUERY_STRING_UNESCAPED" I guess that SSI does not send through the querystring to the included script. I might have to just use the QUERY

Re: [PHP] SSI and query string variables to PHP

2004-04-25 Thread Evan Nemerson
On Sunday 25 April 2004 09:56 am, Tim Traver wrote: > Yes, I mean that php gets the server information for the request, but it > doesn't get the QUERY_STRING variable. But it does get the > UNESCAPED_QUERY_STRING variable...wierd, huh ? Yeah, especially since I've never heard of UNESCAPED_QUERY_ST

Re: [PHP] SSI and query string variables to PHP

2004-04-25 Thread Tim Traver
Yes, I mean that php gets the server information for the request, but it doesn't get the QUERY_STRING variable. But it does get the UNESCAPED_QUERY_STRING variable...wierd, huh ? It might be that apache isn't sending that variable to php from an included file...not sure... That's why I'm askin

Re: [PHP] SSI and query string variables to PHP

2004-04-25 Thread Burhan Khalid
Tim Traver wrote: Hi all, ok, this may be a dumb question, but I have a page that has server side includes that include a php script like this : Please send a new message if you have a new question, and do not reply to a thread and change the subject. It breaks the conversation flow. Where is

Re: [PHP] SSI and query string variables to PHP

2004-04-25 Thread Evan Nemerson
On Saturday 24 April 2004 10:29 pm, Tim Traver wrote: > Hi all, > > ok, this may be a dumb question, but I have a page that has server side > includes that include a php script like this : > > > > works fine, except the script doesn't appear to receive any of the query > string information if that

[PHP] SSI and query string variables to PHP

2004-04-24 Thread Tim Traver
Hi all, ok, this may be a dumb question, but I have a page that has server side includes that include a php script like this : works fine, except the script doesn't appear to receive any of the query string information if that page has a query string on it... an example would be something li

[PHP] SSI and query string variables to PHP

2004-04-24 Thread Tim Traver
Hi all, ok, this may be a dumb question, but I have a page that has server side includes that include a php script like this : works fine, except the script doesn't appear to receive any of the query string information if that page has a query string on it... an example would be something li