$result = mysql_query("INSERT INTO table (email, login, password) VALUES ('$email','$login','$password')");
---John Holmes... ----- Original Message ----- From: "Rodrigo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 12:58 PM Subject: [PHP] phpMyAdmin > Hi guys, I need to know the script to insert some fields into the > database. > > Like this: > > I need to get from a form the email, login, password and store it on the > database. I'd like to know how this script would be. > Code is apreciated. ;) > Thanks, Rodrigo > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php