Page 2 of 2

Posted: Fri Feb 20, 2004 5:46 pm
by redhair
Illusionist wrote:BUMP
You just hitt my car...

Posted: Fri Feb 20, 2004 6:15 pm
by Illusionist
lol, i no longer need help with this i figured it out!!
It's a bug in Apache. If there is a space in the url, everythign after the space in the QUERY_STRING get pushed into the SERVER_PROTOCOL environment variable.

So all i did was parse through the SERVER_PROTOCOL variable and got the rest of the name!!

Thanks all!