I'm having a problem and I don't know if it has a solution...
I want to insert some html code into a sql database with php...
Something like this:
Code: Select all
mysql_query("INSERT INTO site_imagens (id_apoio, seccao, sumario) VALUES ('$ida', 2, '<font size='5'><img
title='Florestas' alt='Florestas' src='florestas.jpg'/>Florestas</font>')");Thank you,
Alexandre