mysql - Converting large web applications from mysql_connect to PDO usage -


i got assignment create new server environment. boss decided switch new version of php, encouraged. installed phpmyadmin on new server , got warning mqsql_connect function deprecated. understand old method , should start using pdo have many query's should changed when step on pdo right? take long time change these query's , take longer test them all.. there way make easier?

thanks in advance.

the way make easier @ point create pdoproxy class remaps/mimick mysql_xxx calls. can search replace on project providing "proxy" "perfect".


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -