Sorry, for a late reply, and dragging up perhaps now an old thread ....
Can someone tell me whats wrong with this code?
mysql_query("INSERT into users (user, pass, email) VALUES ('$user, $passmd5, $email')");
It emits no errors, and takes me to the success page, but the table itself is not...