On Wed, 2003-06-11 at 10:42, 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

$x = 'A.B. XYZ';


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

Reply via email to