Current location: Hot Scripts Forums » Other Discussions » Database » Error Help


Error Help

Reply
  #1 (permalink)  
Old 12-07-11, 05:44 PM
intcrnct intcrnct is offline
New Member
 
Join Date: Dec 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Spin Error Help

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 '' at line 1

Code:
 mysql_query("INSERT INTO `trans` (id, trans, acctfrom, acctto, date, type, amt, ip) VALUES('', 'x0000000', '".$acctfrom."', '".$acctto."', '".$date."','1', '".$amt."', '".$ip."'") or die(mysql_error());
I don't see it. Please advise.
Reply With Quote
  #2 (permalink)  
Old 12-09-11, 08:34 PM
alxkls alxkls is offline
Newbie Coder
 
Join Date: Nov 2011
Posts: 98
Thanks: 0
Thanked 9 Times in 9 Posts
looking at it it seems like the only problem is that you are missing the closing bracket at the end
Code:
, '".$ip."')");
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 05:21 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.