- Forums
- MySQL
- How To Insert Html Code Into Mysql Database With Php Query
to store HTML code into your mysql database is very easy, i will show you how you can save with PHP all the HTML as data into your database [919], Last Updated: Sat May 18, 2024
wcauis
Sun May 03, 2009
2 Comments
8305 Visits
i have a wallpaper script and i want to be able to store my adsense javascript/html code into mysql database but i keep getting an error this is how my query looks like
$sql = "insert into ads set adsence_code = '".$banner."' where domain = 1";
https://www.wallpaperama.com/forums/how-to-insert-html-code-into-mysql-database-t7421.html