[solved] easy question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
redhair
Forum Contributor
Posts: 300
Joined: Fri May 30, 2003 4:36 pm
Location: 53.23N-6.57E
Contact:

Post by redhair »

Illusionist wrote:BUMP
You just hitt my car...
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post 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!
Post Reply