xmark02 Posted March 19, 2016 Share Posted March 19, 2016 Deprecated: MySQL_connect(): The MySQL extension is deprecated and will b removed in the future: use mysqli or PDO instead in C:\wamp\www\ any idea for this? Quote Link to comment Share on other sites More sharing options...
Barand Posted March 19, 2016 Share Posted March 19, 2016 Yes. It really means "The MySQL extension is deprecated and has been removed: use mysqli or PDO instead." Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted March 23, 2016 Share Posted March 23, 2016 If you need more information, see the warning on the documentation for mysql_connect(). http://php.net/manual/en/function.mysql-connect.php In short, the mysql_* extension will no longer be available in PHP 7. Quote Link to comment Share on other sites More sharing options...
Barand Posted March 23, 2016 Share Posted March 23, 2016 There are no more "will be"s with version 7. It's here now. 1 Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted March 23, 2016 Share Posted March 23, 2016 There are no more "will be"s with version 7. It's here now. That depends on your website host. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.