robdrimmie / babynewt

Simple, unthreaded forum software written in PHP with a MySQL database.
MIT License
8 stars 1 forks source link

replace direct PHP mysql calls with PDO mysql calls #5

Open finn opened 12 years ago

finn commented 12 years ago

Allows variable substitution in sql strings, statement preparation and execution, etc. Will make code cleaner/safer.