Help - Search - Members - Calendar
Full Version: Is Pdo Enabled?
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
geburha
Hello,
I'm making a OOP user system connecting to the database through PDO.

When I tried connecting I received this error "Error!: could not find driver"

Is PDO enabled? Is there something I have to do to enable it if it's disabled?

Thanks.

Edit:

To better understand what I'm asking, I'm using the following code:
CODE
$this->link = new PDO('mysql:dbname=$this->db_host', '$this->db_user', '$this->db_pass');
ssfdre38
PDO isnt enable and there is no way to get it enable cause it would mean a complete re-compile of PHP
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.