Updating my MySQL Database Applications
Since I have moved my site to a new server using PHP 7x and Mysqli all the Database applications were not working.
- All the mysql statement needed to be replaced by mysqli and coded differently.
- I was using the ereg function which is deprecated. I had to to change all the statement to preg_match
- I was using Classes where the name of the function was the same as the name of the class which is a NONO in the current environment, so I had to change all that.
- I had a lot of scope problems the classes, so I had to add global variables and using $GLOBALS[”]
- The french accent were not displaying correctly so I changed the Character sets of all the pages to utf-8.
Here are the links to the applications.
Bilingual Calendar:
http://www.hilair.com/calendar-db/index.html
Annuaire des anciens du Collège Saint Marc à Alexandrie
Managing Exhibitions Registration at ART TRAM
http://www.hilair.com/tram/intro.php
SevXchange – An application to help independent contractors to exchange services: