View Single Post
10-23-2006, 09:08 PM
#4
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

If you are using $_GET in your PHP code, then you have to use str_replace() or something similar to change any spaces, (" "), or codes such as ("%20"), into hyphens or underscores.