MySQL PDO not installed

Status
Not open for further replies.

toxicrpx

New Member
Messages
2
Reaction score
0
Points
1
<?php try{ $conn = new PDO("mysql:host=localhost;dbname=cats", 'cats', 'cats'); } catch(PDOException $pe){ die('E:'.$pe->getMessage()); } produces E:could not find driver
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

There was an issue with your account's PHP configuration. Please could you try again? This should now be sorted. ;)

Thank you,
 
Status
Not open for further replies.
Top