You just hitt my car...Illusionist wrote:BUMP
[solved] easy question
Moderator: General Moderators
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm
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!
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!