UK Webmaster Talk - Online Marketing - SEO


 

SQL Help

This is a discussion on SQL Help within the Php and MySQL forums, part of the Programming / Scripting / Coding category; Hello, I am getting a SQLl error You have an error in your SQL syntax. Check the manual that corresponds ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Website Design & Development > Programming / Scripting / Coding > Php and MySQL

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 05-11-2005, 22:51   #1 (permalink)
Cool Newbie
 
Join Date: Oct 2005
Posts: 21
iTrader: 0 / 0%
Xerox is an unknown quantity at this point
Default SQL Help

Hello,
I am getting a SQLl error
Quote:
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 'd m Y')','Never')' at line 1
with this code
PHP Code:
$query "INSERT INTO users (username, password, email, name, gender, dob, country, postalcode, timezone, regdate, lastlogin) VALUES('$username','$password','$email','$name','$gender','$dob','$country','$postalcode','$timezone','$regdate','$llogin')"
Can anyone help me please i do not know why i am getting this error
Thanks
Xerox
Xerox is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 27-11-2005, 10:21   #2 (permalink)
Newbie
 
Join Date: Apr 2005
Posts: 7
iTrader: 0 / 0%
Dr John is on a distinguished road
Default

You have two fields that are dates - regdate and lastlogin. One of them will be a different format to what you have set in the database.

print (echo) the values of regdate and lastlogin to the screen and compare their format with what the database is expecting. As a guess one includes hours mins secs, or is yymmdd instead of ddyymm or whatever.
Dr John is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
sql

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


All times are GMT +1. The time now is 17:04.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41