AdRock Posted March 13, 2009 Share Posted March 13, 2009 I am putting together a form to create HTML email and I'm going to use multiple input fields and textareas to create the different articles. I want to put it all in one record but how can i seperate it out when I go to populate the html email. I want to seperate all the content into articles. Is there something i could put in the database between each article and if so how would i seperate each article when coming out of the database? Anyone have any ideas what is the best way to do this? or even other ways i can save content for html emails? Link to comment https://forums.phpfreaks.com/topic/149281-solved-save-multiple-textareas-to-one-database-record/ Share on other sites More sharing options...
MadTechie Posted March 13, 2009 Share Posted March 13, 2009 you could use a delimitor or even serialize it, but personally i would store it in different fields Link to comment https://forums.phpfreaks.com/topic/149281-solved-save-multiple-textareas-to-one-database-record/#findComment-783954 Share on other sites More sharing options...
AdRock Posted March 13, 2009 Author Share Posted March 13, 2009 I don't know why i didn't think of that.....doh!! Link to comment https://forums.phpfreaks.com/topic/149281-solved-save-multiple-textareas-to-one-database-record/#findComment-783986 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.