all groups > macromedia flash flash remoting > december 2005 >
You're in the

macromedia flash flash remoting

group:

AMFPHP & stripslashes



AMFPHP & stripslashes Mr Tomo
12/13/2005 1:38:14 PM
macromedia flash flash remoting: 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

Re: AMFPHP & stripslashes Mr Tomo
12/13/2005 4:12:46 PM
Problem sorted!

AddThis Social Bookmark Button