View Single Post

  #9 (permalink)  
Old 05-17-2006
tim
 
Posts: n/a
Default Re: Space Issue with my PHP page


Toby Inkster wrote:
> tim wrote:
>
> > It could be because spaces in post data need to be converted to
> > pluses(+) or %32 before delivery

>
> %20, not %32.
>
> <?php
> print urldecode('%32'); // prints '2'.
> ?>
>


Oops I forgot to convert to hex, thank you for the reminder.

Tim

Reply With Quote