registration errors[please see original post]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
User avatar
Obadiah
Forum Regular
Posts: 580
Joined: Mon Jul 31, 2006 9:13 am
Location: Ashland, KY
Contact:

registration errors[please see original post]

Post by Obadiah »

ive finally got my program to recognize whether or not a user "username" is entered into the database but i cant figure out why i when i try to register a user i get the following errors:

Warning: implode() [function.implode]: Bad arguments. on line 132

Warning: implode() [function.implode]: Bad arguments. on line 133
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 'create_date,password) VALUES ("","2006-08-15",md5('Register'))' at line 1

please help
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

This doesn't need a separate duplicate thread.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
Image
Locked