Put quotes around the value attribute of your input tag, for example <input type="hidden" name="x" value="A.B. XYZ" />

Mukta Telang wrote:

Hi,
if a string is:
        $x="A.B. XYZ";
and if I post it as a hidden form control and echo $_POST['x'] then I
get:
        A.B.
and not "A.B. XYZ" !
What should I do?
Mukta




-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.



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



Reply via email to