--- alx-src/branches/alx-web-070/include/dbconn.php 2019/07/09 13:42:25 13241 +++ alx-src/branches/alx-web-070/include/dbconn.php 2019/07/09 15:21:55 13242 @@ -3,7 +3,6 @@ include("error.php"); include("config.inc.php"); -@mysql_connect($dbhost, $dbuname, $dbpass); -@mysql_select_db("$dbname") or die ($error[0]); +$DBCONN = mysqli_connect($dbhost, $dbuname, $dbpass, $dbname) or die ($error[0]); ?>