Copy link to clipboard
Copied
I am currently setting up a website for a new fast food delivery company we are running on our university campus. I am currently having trouble connecting the forms in dreamweaver to the tables I've set up in a database using php myadmin. I have no problem setting up a connection to the database but when I choose to insert record no fields appear in any of the tables I've created. It's as if I've created tables and not bothered to fill out any fields. e.g. for my customers table I have cust id, name etc. but these fields don't appear when trying to "insert records". This is very frustrating as I can't figure out what I'm doing wrong and any help would be greatly appreciated.
Copy link to clipboard
Copied
How are you trying to insert the records? Can we see that block of code?