I have put PushChatServer dir in htdocs folder and create database puschat try to run @\"http://localhost/PushChatServer/api/test/database.php\"
Then I got following
I had the same error for Mysql PDO, this code works for me!
'SET NAMES utf8', ); $dbh = new PDO($dsn, $username, $password, $options); ?>
got this code from : http://php.net/manual/en/ref.pdo-mysql.connection.php