Category Archives

April 2017
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

Updated code for PHP 7.0

It did turn out that mysql_connect and several other functions were deprecated between PHP 5.6 and PHP 7.0. I’ve gone through my scripts and updated them to use the new APIs that are supported by PHP 7.0 and reset the default back to PHP 7.0. Things seem to be working okay so far, and supposedly […]