Good afternoon.

I'm having a problem handling strings with spaces being passed from a form
by HREF to a PHP program.

Example:

<A HREF="buttons.php?state_name=New Mexico">button code</A>

When the 'New Mexico' gets to phpinfo, it says the string is 'New+Mexico'
and that's not what I need. I used htmlspecialchars to add the %20 to the
string but didn't get it. What am I doing wrong or missing??

Any help is VERY appreciated!!

Robin 'Sparky' Kopetzky
Black Mesa Computers/Internet Service
Grants, NM 87020

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to