Try it with escaped qutation marks (\")
<? mysql_query("INSERT INTO `users`(fullname, email, username, password)
VALUES (\"".$_POST['fullname']."\", \"".$_POST['email']."\",
\"".$_POST['username']."\", \"".md5($_POST['password']."\")");
?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to