Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

"Incorrect table name" error driving me crazy

New Here ,
Jul 09, 2009 Jul 09, 2009

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.

TOPICS
Server side applications
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 09, 2009 Jul 09, 2009

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 10, 2009 Jul 10, 2009

Hi,

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 13, 2009 Jul 13, 2009
LATEST

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines