| Author |
can any one know table schema use to store, template into mysql database
|
Vinod suryawanshi
Ranch Hand
Joined: Aug 08, 2012
Posts: 39
|
|
Friends, i want to save html templates (Ready made email templates which available on many sides) into mysql database. So latter user can select necessary template from database and do changes in that template and use it.
but my problem is, i am not getting any idea, how i store html template into database, that template may include html file, css file and images. latter user will add there information in that template and save that new template into database.
Guys, if anybody have any knowledge about this then please reply......
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
|
Big table is a distributed storage system by Google. I will move this to the JDBC forum for you.
|
[How To Ask Questions][Read before you PM me]
|
 |
Wendy Gibbons
Bartender
Joined: Oct 21, 2008
Posts: 1098
|
|
so you are using the MySQL database to store this data?
I would have a parent table with a description and auto incrementing id.
I would have a child table with a text and blob field, and a type and a description, and the id from the parent table
|
 |
 |
|
|
subject: can any one know table schema use to store, template into mysql database
|
|
|