Jump to content

mysqli is not supported, what is the equivalent instruction?


rpmorrow

Recommended Posts

Hi,

 

I try to execute the code below but I get the error "Cannot instantiate non-existent class: mysqli" so I assume it is not supported by my host. Is there an equivalent command I can use? (php5 not supported either)

 

$dbh = new mysqli($db_host,$db_user,$db_pass,$db_name);

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.