You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
I
my php code for login
<?php
$db_host = 'localhost'; // don't forget to change
$db_user = 'cepit08_root';
$db_pwd = 'root1';
$database = 'cepit08_cepit';
if (!mysql_connect($db_host, $db_user, $db_pwd))
die("Can't connect to database");
if (!mysql_select_db($database))
die("Can't select...