hi everuone i have website but i cant connect to database for login & register how can i connect? here my code
<?php
$connect=mysql_connect("184.154.164.202","ahmedhay_royal","xxxxxxx") or die("couldnt connect to data base:".mysql_error());
mysql_select_db("ahmedhay_login",$connect) or die ("couldnt find data base");
?>