macg-gh / madlibs

A little game that runs on a LAMP stack
0 stars 0 forks source link

Feedback - Consider using PDO instead of mysqli #55

Open macg-gh opened 4 years ago

macg-gh commented 4 years ago

mysqli is fine but PDO is compatible with other DBs, and you're not doing anything mysql specific here so it's a good win to have the ability to not care about which DB you're using.