Logan Moore wrote:

heres the code, but im getting an error


and the error is?

<? mysql_query("INSERT INTO `users`(fullname, email, username, password)
VALUES ('".$_POST['fullname']."', '".$_POST['email']."',
'".$_POST['username']."', '".md5($_POST['password']."')");
?>

This time I dont have a clue whats happening





--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

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



Reply via email to