I currently use ASP but would like to learn PHP but still use MS Access since it's the only database I have.
Is it possible to use a microsoft acess database in a website using PHP?
It's better to migrate/convert your database to MySQL. PHP and MySQL love eachother :) Follow guide in link below.
Reply:yep
$conn=odbc_connect('northwind','','');
$sql="SELECT * FROM customers";
$rs=odbc_exec($conn,$sql);
Reply:Learn MySQL. It's free, and works great with PHP.
http://www.mysql.com/
greeting cards
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment