Skip to main content
Participating Frequently
July 9, 2009
Question

"Incorrect table name" error driving me crazy

  • July 9, 2009
  • 2 replies
  • 2256 views

I have created a multiple record insert page using php in dreamweaver cs3. I have a succesful database connection and I can view my table with no problems in the application panel.

I am testing on my local server and when I test my page, insert date in my forms and click submit i always get "incorrect table name". I cannot understand this as i am sure i have the correct table name and database.

This topic has been closed for replies.

2 replies

July 13, 2009

Just want to assure, u said that u want to insert date from the form. Do u mean that u want to insert the date into mysql database. But it came out with the error. Am I right?

July 10, 2009

Does your page has the correct recordset? Does the date variable is exists in that table?

Participating Frequently
July 10, 2009

Hi,

I dont have the date variable in my mysql table do I need it?