Jump to content

SYNTAX RAGE!


Who8MyFish

Recommended Posts

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'with codes VALUES ('pocketstest1@localhost', 'pockets', 'one')' at line 1

 

 

"INSERT INTO $B VALUES ('".$subscriber_data[3]."', '".$subscriber_data[5]."', '".$subscriber_data[6]."')"

 

 

This worked perfectly earlier today I swear. Am I missing something or am i looking in the wrong place?

Link to comment
https://forums.phpfreaks.com/topic/236357-syntax-rage/
Share on other sites

KA-FIXED! So the spaces in my table names are causing the problem. Alright that might explain some other problems I've had. thanks guys I'll RE RE evaluate the way my tables are managed to avoid using spaces.

 

I'm new to php and MySQL and I'm throwing together a simple Customer Relationship Management (CRM) site as an experiment/ learning experience.

:D

 

Link to comment
https://forums.phpfreaks.com/topic/236357-syntax-rage/#findComment-1215202
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.