Hi,
Just a quick question. Does anyone know if PHP can be used with an Access database? I'm not sure if they are compatible because Access is a Microsoft product.
When I connect to my MySQL database I normally use a line of code as follows:
$conn = mysql_connect( "localhost", "root", ""
;
If it is possible to connect to an Access database what code would have to be used to establish a connection to the database?
Thanks for any help.
MHUK
Just a quick question. Does anyone know if PHP can be used with an Access database? I'm not sure if they are compatible because Access is a Microsoft product.
When I connect to my MySQL database I normally use a line of code as follows:
$conn = mysql_connect( "localhost", "root", ""
If it is possible to connect to an Access database what code would have to be used to establish a connection to the database?
Thanks for any help.
MHUK