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.

  1. All the mysql statement needed to be replaced by mysqli and coded differently.
  2. I was using the ereg function which is deprecated. I had to to change all the statement to preg_match
  3. 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.
  4. I had a lot of scope problems the classes, so I had to add global variables and using $GLOBALS[”]
  5. 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

Calendrier bilingue

Annuaire des anciens du Collège Saint Marc à Alexandrie

http://ada.hilair.com/

Managing Exhibitions Registration at ART TRAM

http://www.hilair.com/tram/intro.php

SevXchange – An application to help independent contractors to exchange services:

http://www.zariffa.com/servxchange.com/

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

*

WordPress Themes