username = $_POST['username'];
$userpassword = $_POST['password'];
$password = md5($userpassword);
$SQL= "INSERT INTO Users(username,password)
VALUES('$username','$password');"
On 3/15/07, Francis Alvin Barretto <[EMAIL PROTECTED]> wrote:
> > --------------------Mysql-------------------------
> > $username = $_POST['username'];
> > $userpassword = $_POST['password'];
> > $password = md5($userpassword);
> > $SQL= "INSERT INTO Users(username,password)
> > VALUES('$username',md5($password));";
> > --------------------------------------------------------
_________________________________________________
Kagay-Anon Linux Users' Group (KLUG) Mailing List
[email protected] (http://cdo.linux.org.ph)
Searchable Archives: http://archives.free.net.ph
--
In the game of life, it's a good idea to have a few early losses, which
relieves you of the pressure of trying to maintain an undefeated season.
_________________________________________________
Kagay-Anon Linux Users' Group (KLUG) Mailing List
[email protected] (http://cdo.linux.org.ph)
Searchable Archives: http://archives.free.net.ph