yup
Posted: Fri May 16, 2003 4:56 am
that query worked fine, its the insert that doesn't
Code: Select all
$query = "INSERT into 'user' (username, passwd, charname, email) VALUES ('$username', '$passwd', '$charname', '$email')";