Hi,
I am a beginner and I'm learning php/mysql. Please help. 🙂
I want my website www.thirdrain.com which will have three columns, to be populated through a mysql database. Each column should retrieve data from the DB.
How would I design the DB, tables, and the php site?
I was thinking that each column has its own table,
or
each column has its own table.ID field. The content is not that long, will be exclusively text/HTML. It might exceed 255 chars though. Can I store HTML in the database then? How many chars maximum can I store in a record field?🙁
Would it be easier to link to a .html file in the database? I'm not sure if that's possible.
Thanks for your help friends!