mleden / footsie-app

Design and implementation of footsie app and footsiedate.com website. Built with Intel XDK.
http://www.footsiedate.com
0 stars 0 forks source link

GENERAL SECURITY: Convert MySQL calls from "mysql library" to "PDO (php data objects) library" #110

Open mleden opened 9 years ago

mleden commented 9 years ago

The "mysql library" is deprecated The "PDO library" allows for "prepared statements" that help prevent SQL injection attacks

mleden commented 9 years ago

Perhaps the obvious starting point for this "conversion" would be the crud-db.php file.