Dear All,
Does anyone have a solution to this.....
Flash accepts the following php perfectly:
$x = mysql_query("SELECT about from about");
return $x;
But rejects:
$x = mysql_query("SELECT about from about");
return stripslashes($x);
How do I strip the slashes from the field?
Thanks in advance,
T
Mr Tomo - 13 Dec 2005 16:12 GMT
Problem sorted!
See here for more - http://www.flash-db.com/Board/index.php?topic=13990.0