I am new to PHP. PHP tests fine with IIS/ PHP 4 using Access 2000.
I get this error:
<b>Parse error</b>: parse error in <b>D:\InetPub\wwwroot\php\events.php</b> on line <b>7</b><br>
Here is code at top of page:
<?php
odbc_connect($home1,$administrator);
$db_table=access_events_mdb();
Select *
From Events;
?>