Registrazione Utenti : Problema Db
Ciao a tutti
Ho uno strano problema, che molto spesso si verifica quando si registrano nuovi utenti, mi arriva infatti un e-mail del "database error", simile a questa:
Citazione:
Database error in vBulletin 3.6.0:
Invalid SQL:
INSERT INTO jos_users (id, name, username, email, password, usertype, block, sendEmail, gid, registerDate,lastvisitDate)
VALUES ('965',
'alfo'80',
'alfo'80',
'indirizzo@hotmail.it',
'3f128e570b3a9009d7b52a0523af43dd',
'Registered',
'0',
'1',
'18',
'2007-01-20T08:04:41',
'2007-01-20T08:04:41'
);
MySQL 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 '80',
'alfo'80',
'haru2006@hotmail.it',
'3f128e570b3a9009d7b52a0523af' at line 3
Error Number : 1064
Date : Saturday, January 20th 2007 @ 08:04:41 AM
Script :
http://www.p2psin.net/forum/register.php?do=addmember
Referrer :
http://www.p2psin.net/forum/register.php?do=register
IP Address : 82.50.39.194
Username : alfo'80
Classname : vb_database
Vedo che c'è un problema nella tabella jos_users...ma come lo risolvo?
Grazie :)