PDO Connection Script We have new way to connect and use Database with PHP 5 or new versions. Here I am providing a simple PHP script to connect and use Database with PDO connection. You might think why to use PDO? The answer is here we can use multiple databases with PDO, so like if […]