Hi,
The following code shows up in my browser when I hit the Submit button instead of processing the form data. I have verified that PHP is installed correctly and that the server is up and running. My question is two parts:
- Am I using the wrong path?
or
- Is the apostrophe in the current file path the problem? I am suspecting it is the ' after Mary because when I put it in a PHP editor and take out the ' the ~ under the ' goes away.
Im running IIS 7.0 and PHP 5.2.
Thanks for any help.
$conn = odbc_connect('Driver={Microsoft Access Driver (*.mdb)};
// DBQ=C:\Users\Austen & Mary's Comp\Desktop\test','','');