Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



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

Posts: 121
Trades: 0
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
 
 
Register now for full access!
Old 08-08-2004, 07:11 AM
Junior Talker

Posts: 1
Trades: 0
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, 07:23 AM
Super Talker

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

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.11631 seconds with 12 queries