Deprecated: mysql_connect()
Posted: 11 Sep 2016, 17:52
First thing it stay`s an great website
i learning alot & i`m thankfully.
I getting this error & ask myself what is wrong
Line 23 starts here but what is Deprecated ?
i learning alot & i`m thankfully.
I getting this error & ask myself what is wrong
Code: Select all
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u790012824/public_html/Visitor-Tracker/reader.php on line 23
Code: Select all
$db = mysql_connect($hostname, $username,$password);
mysql_select_db($dbname,$db);