Posted by tim on 05/17/06 14:24
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
Navigation:
[Reply to this message]
|