here is the error
Fatal error: Cannot instantiate non-existent class: com in /usr/local/psa/home/vhosts/ermgroup.com.au/httpdocs/Richtext/rte/test_embedded1.php on line 65
here is line 65
<?
$conn = new COM ("ADODB.Connection");
//exit("Unable to create an ADODB connection<br>");
$connect = "Driver={Microsoft Access Driver (*.mdb)};DBQ= ". realpath("\database\rtedit.mdb") ;
$conn->open($connect);
................
line 65
$conn = new COM ("ADODB.Connection");
please help