¡@

Home 

php Programming Glossary: pdo_query

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

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

localhost usrABC pw1234567 pdo_select_db test result pdo_query SELECT title html FROM pages while row pdo_fetch_assoc result.. can be easy to use You just need a less unwieldy API. pdo_query adds very facile support for bound parameters. Converting old.. string. Add them as comma delimited function parameters to pdo_query . Place question marks as placeholders where the variables were..