Which part of the 'same issue' ? The magic quote or the PDO missing ?
You can use php_info() to have a look at your php environment and
check if the pdo mysql drivers are loaded and if the state of the
magic quotes setting.
http://php.net/manual/en/function.phpinfo.php
-Laurent