U Usama New member Aug 29, 2009 #1 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
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
D Dr math New member Aug 29, 2009 #2 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.
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.