ryanmetzler3 Posted August 17, 2015 Share Posted August 17, 2015 Hello everyone, I just wrote a significiant amount of code using mysql commands. I am now finding out that mysqli is the better option. Will mysql commands not work in the future? Do you have to switch to mysqli to avoid any potential issues? Link to comment https://forums.phpfreaks.com/topic/297823-mysql-vs-mysqli/ Share on other sites More sharing options...
scootstah Posted August 17, 2015 Share Posted August 17, 2015 Yes mysql_* is deprecated and will be removed entirely in the future. Link to comment https://forums.phpfreaks.com/topic/297823-mysql-vs-mysqli/#findComment-1519054 Share on other sites More sharing options...
requinix Posted August 17, 2015 Share Posted August 17, 2015 It has been removed with PHP 7. Link to comment https://forums.phpfreaks.com/topic/297823-mysql-vs-mysqli/#findComment-1519056 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.