putting HTML in mysql
Posted: Sat May 20, 2006 12:18 pm
Is there a way to put HTML into mysql, without it placing shashes before quotes.. i just want it to go in exactly as it is..
Thanks!
Thanks!
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
mysql_real_escape_string($HTML);agtlewis wrote:Code: Select all
mysql_real_escape_string($HTML);