Reply
Sql Syntax Problem
Old 08-08-2004, 06:06 AM Sql Syntax Problem
Super Talker

Posts: 121
I am getting this error :

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 '@nanothree.net, 08/08/2004)' at line 1

the sql query is

PHP Code:
$sql "INSERT INTO mailinglist (name, email, date) VALUES ($name, $email, $date)"
Which, when all teh varibles are are repalced with their values looks like this:

INSERT INTO mailinglist (name, email, date) VALUES (liam, liam@nanothree.net, 08/08/2004)

can anyone see why this has happened?
vegancoder is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 08-08-2004, 06:11 AM
Junior Talker

Posts: 1
I should have used:
$sql = "INSERT INTO mailinglist (name,email,date) VALUES ('$name','$email','$date')";
affe_810221 is offline
Reply With Quote
View Public Profile
 
Old 08-08-2004, 06:23 AM
Super Talker

Posts: 121
thanks that sorted it
vegancoder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Sql Syntax Problem
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13668 seconds with 13 queries