I've got this code set up in one of my .PHP files, and I keep running into the error:
** Fatal error: Class 'PDO' not found in /home/ben/public_html/sub/classes/article.php on line 62**
My PHP code on line 62 is:
$conn = new PDO( DB_DSN, DB_USERNAME, DB_PASSWORD );