Posted by Toby Inkster on 05/17/06 10:00
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'.
?>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|