Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\includes\connection.php on line 2 # Time Memory Function Location 1 0.0010 137048 {main}( ) ..\index.php:0 2 0.0010 150776 include( 'C:\wamp\www\includes\config.php' ) ..\index.php:2 3 0.0049 153552 include( 'C:\wamp\www\includes\connection.php' ) ..\config.php:3 4 0.0049 153736 mysql_connect ( ) ..\connection.php:2 La table 'vortex.players' n'existe pas connection.php: <?php $link = mysql_connect('localhost', 'root', '') or die("Nu se poate efectua conexiunea MYSQL"); mysql_select_db('vortex', $link); $dbh = new PDO('mysql:host=localhost;dbname=vortex;charset=utf8', 'root', ''); /*$link = mysql_connect('localhost', 'root', '') or die("wrong user pass mysql"); mysql_select_db('vortex', $link); $dbh = new PDO('mysql:host=localhost;dbname=vortex;charset=utf8', 'root', '');*/ ?>