You are on page 1of 1

<?

php
$koneksi=mysql_connect("mysql.hostinger.com","u264414931_root","12345678") or di
e (mysql_error());
$db=mysql_select_db("u264414931_root",$koneksi) or die(mysql_error());
?>

You might also like