I'm guessing that adodb.inc.php contains a class. In which case you instantiate it with new ADOConnnection().
Code: Select all
include ('adodb.inc.php'); //I place this file in the root directory /wwwroot
$db = New ADOConnection('ado_access'); //missing a space between New and class name
If it's still giving errors after that post the contents of adodb.inc.php along with the code you're using it with and the errors you're getting

/wwwroot
$db = New ADOConnection('ado_access'); //missing a space between New and class name
If it's still giving errors after that post the contents of adodb.inc.php along with the code you're using it with and the errors you're getting ;)case you instantiate it with new ADOConnnection().
Code: Select all
include ('adodb.inc.php'); //I place this file in the root directory /wwwroot
$db = New ADOConnection('ado_access'); //missing a space between New and class name
If it's still giving errors after that post the contents of adodb.inc.php along with the code you're using it with and the errors you're getting

.php'); //I place this file in the root directory /wwwroot
$db = New ADOConnection('ado_access'); //missing a space between New and class name
[/php:1:29039569ah case you instantiate it with new ADOConnnection().
Code: Select all
include ('adodb.inc.php'); //I place this file in the root directory /wwwroot
$db = New ADOConnection('ado_access'); //missing a space between New and class name
If it's still giving errors after that post the contents of adodb.inc.php along with the code you're using it with and the errors you're getting

include ('adodb.inc.php'); //I place this file in the root directory /wwwroot
$db = New ADOConnection('ado_access'); //missing a space between New and class name
If it's still giving errors after that post the contents of adodb.inc.php along with the code you're using it with and the errors you're getting
