Quote:
Originally Posted by nexialys
[sql]INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES (NULL, '0', 'registererror', 'The username you have chosen is already taken', '5000', '39');[/sql] have an error, have to drop the '5000', in it...
|
I changed it to:
[sql]INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES (NULL, '0', 'registererror', 'The username you have chosen is already taken', '', '39');[/sql]
Dean C: Ok, I did that. This was my first static try
http://validhtml.com/xmlhttprequest/. I just took the code from it without thinking much about it's source :nervous:
nexialys: That's a good idea.. Iam going to sleep now but I'll keep that in mind for tomorrow