¡@

Home 

php Programming Glossary: pdo_

Why shouldn't I use mysql_* functions in PHP?

http://stackoverflow.com/questions/12859942/why-shouldnt-i-use-mysql-functions-in-php

Raison d'être for this intermediate alternative Equivalent pdo_ functions in place of mysql_ Using pdo_mysql.php you can switch.. Equivalent pdo_ functions in place of mysql_ Using pdo_mysql.php you can switch from the old mysql_ functions with minimal.. the old mysql_ functions with minimal effort . It adds pdo_ function wrappers which replace their mysql_ counterparts. Simply..