Just check why it fails.. mysql_error() returns a string with the last error message.. -- // DvDmanDT mail: dvdmandt¤telia.com msn: dvdmandt¤hotmail.com "Alf Stockton" <alf@xxxxxxxxxxxxxx> skrev i meddelandet news:451D0572.4050104@xxxxxxxxxxxxxxxxx > SMITHT wrote: >> INSERT INTO Users (FirstName, LastName, Usrname, Passwrd, AccessLevel, >> last_login, UserID) VALUES ("Alf", "Stockton", "alf", >> "0xd8cc7e40d17aaefd27cd324f7ba91079", 9, "2006/09/29 12:05:23", 0) >> >> Put the hashed password in as a string. >> >> > The command now looks like:- > INSERT INTO Users (FirstName, LastName, Usrname, Passwrd, AccessLevel, > last_login, UserID) VALUES ('Alf', 'Stockton', 'alf', > "0xd8cc7e40d17aaefd27cd324f7ba91079", '9', '2006/09/29 13:29:34', '0') > but still fails. > > -- > Regards, > Alf Stockton www.stockton.co.za > > If one cannot enjoy reading a book over and over again, there is no use > in reading it at all. > -- Oscar Wilde > My email disclaimer is available at www.stockton.co.za/disclaimer.html -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php