các bác cho em hỏi, em up code f1 lên host của em rồi vào chỉnh file config thế này rồi mà vào site nó báo lỗi
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u957384710/public_html/function/config.php on line 7
File config thế này ạ
<?
ob_start();session_start();
$hostname = "localhost"; //your hostname (normally localhost)
$data_username = "u957384710_cautr"; //database username
$data_password = "123456789"; //database password
$data_basename = "u957384710_cau"; //database name
$conn = mysql_connect("".$hostname."","".$data_username."","".$data_password."");
mysql_select_db("".$data_basename."") or die(mysql_error());
$bonuspoints=0; //bonus points awarded for new users
$mainpointsneeded=200; //max number of points needed before user can request voucher
?>
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u957384710/public_html/function/config.php on line 7
File config thế này ạ
<?
ob_start();session_start();
$hostname = "localhost"; //your hostname (normally localhost)
$data_username = "u957384710_cautr"; //database username
$data_password = "123456789"; //database password
$data_basename = "u957384710_cau"; //database name
$conn = mysql_connect("".$hostname."","".$data_username."","".$data_password."");
mysql_select_db("".$data_basename."") or die(mysql_error());
$bonuspoints=0; //bonus points awarded for new users
$mainpointsneeded=200; //max number of points needed before user can request voucher
?>