I received a message like
mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead" while trying to open with localhost.
$baglanti=mysql_connect("localhost","root","");
mysql_select_db("veri",$baglanti);
What is the problem on there?