Miért kapom ezt a hiba üzenetet .?
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xy/public_html/index.php on line 15
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xy/public_html/index.php on line 16
Azért, mert:
IdézThe mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xy/public_html/index.php on line 15
..
Ez nem hiba, le van írva világosan hogy a jövőben a "mysql" el lesz távolítva a php-ból használj helyette "mysqli"-t vagy "PDO"-t.
a fájl elejére (<?php után):
error_reporting(0);
Köszönöm.:)
+