How come nobody here uses PDO? Does everyone realise that in just a few versions of PHP, MySQL functions are going to be removed from PHP all together? I have almost fully converted my game over. But anything new I make, I always use PDO.
Edit: dug into it a little further and found out they are removing it in PHP 7. However I found out that it will still be available as an add-on. (https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7)