At 16:42 11-6-03, you wrote:
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?

how do you assign the value to the hidden form element?



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



Reply via email to