Jump to content
Larry Ullman's Book Forums

Recommended Posts

Hi, I'm working my way through the book at the same time I'm trying to develop some forms... so please excuse me if this is covered and I haven't seen it yet.

 

I noticed there were several chapters dealing with database design and interacting with mysql directly (i.e., not through a web page or php). My question is: do I need to create a database with table and variable definitions within mysql before I can add records within php (from a form submission)? Or can I define the variables within the php code and insert records into a new table that isn't previously defined.

 

I hope this is clear. Please let me know if not, and thanks in advance! (and feel free to point me to the right place if this is already covered in the book.)

Link to comment
Share on other sites

 Share

×
×
  • Create New...