Jump to content

[SOLVED] hum ok need a little bit of help again


cheekydump

Recommended Posts

after yest i got my reg form working after i signed my first preson up the code stoped wokring so this morning i delete the account from the datebase and the code worked again... so i signed up again and try it and the code stoped working

 

System Error

You could not be registered due to system error. we apologize for any inconvenience.

 

Duplicate entry '0' for key 1

 

Query:INSERT INTO users (first_name, last_name, email, password, registraion_date ) VALUES ('nick', 'nick', '[email protected]', SHA('ddd'), NOW() )

 

could it to be with the code or the datebase?

Also try making the Id a blink field, In you're script.

 

take for example,

INSERT INTO users (id, first_name, last_name, email, password, registraion_date ) VALUES ('', 'nick', 'nick', '[email protected]', SHA('ddd'), NOW() )

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.