how to store formatting text in mysql by php ?

Usama

New member
I have a text then i format it and i want to save it in mysql database could you tell me how and what data type i must chose and how to display the text later in php page
thank you anyway
 
if you are formating it using html, you will need to save the entire html string to your database. and it should be a text field.
 
Back
Top