Hello friend, the problem is the "escape sequence",  tray this escape
sequence:  \"

Solution of the problem:

<?
 $data = "\"message\"";
 echo $data;
?>

bye, Orlando.


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

Reply via email to