APO-Epsilon / apo-website

Alpha Phi Omega's chapter management website
5 stars 7 forks source link

Change all mysql functions to mysqli #8

Open racedale opened 9 years ago

racedale commented 9 years ago

Unfortunately they all have to be changed at once for it to work properly. This means it'd probably need to be done on a weekend with multiple people working on it.

racedale commented 9 years ago

Check the test.php files in the old layout folder to see the differences between mysql and mysqli

racedale commented 9 years ago

Most have been converted, still a few stragglers, and the fetch_array method is a bit dirty.

racedale commented 9 years ago

Only things left are "mysql_real_escape_string"