3. How to Convert MySQL to MySQLi PHP Code to Upgrade to PHP7 Doing the PHP MySQL MySQLi Migration
Updated on: 2022-01-05
Posted on: 2015-11-23
Have you been putting off migrating you code from the old MySQL extension to the supported MySQLi extension? Is it one of those things that you just are not sure where to start or are you having trouble finding the time?
Read this article to avoid having your code instantly labeled legacy code and learn how to quickly migrate to use the MySQLi extension. It is not going to be as difficult as you may think.
More ...
Post a comment
See comments (34) Trackbacks (0)
Read this article to avoid having your code instantly labeled legacy code and learn how to quickly migrate to use the MySQLi extension. It is not going to be as difficult as you may think.



2. MySQL Extension, Going, Going, almost Gone
Updated on: 2015-07-02
Posted on: 2015-07-02
When the warnings change from "the extension may go away" to "the extension will go away", things just became serious. For some of us, the race is on to keep our projects from collapsing.
Read this article to learn about a method to analyze your PHP code and find functions and extensions that are being deprecated, as well a quick and easy solution to deal with the removal of the MySQL extension in PHP 7 or even sooner in your current hosting provider.
More ...
Post a comment
See comments (7) Trackbacks (0)
Read this article to learn about a method to analyze your PHP code and find functions and extensions that are being deprecated, as well a quick and easy solution to deal with the removal of the MySQL extension in PHP 7 or even sooner in your current hosting provider.



1. Do tomorrow what doeseth need doing today
Updated on: 2015-06-10
Posted on: 2015-06-10
Procrastination is simply the proof that you are a sentient being, capable of making choices, even if a particular choice is not the best one for you.
More ...
Post a comment
See comments (0) Trackbacks (0)


