Hi, I wanna know about how to connect the database with PHP4, i am the user of asp , I like to know about php due to my some current projects. Thanks Imran Sidat
You need to use ODBC if you want to use MS Access or SQL Server. Take a look at some of the ODBC functions here. Better yet, use MySQL database.
http://www.phpbuilder.com/manual/ref.odbc.php
Hi guys,
Here's a little program that will convert any Access MDB to a MySQL file: http://download.cnet.com/downloads/0-10017-100-6257021.html Take care,
Charles.
Ummm.... MS-SQL functions for SQL Server, not ODBC. ODBC for MS Access.... don't use MS Access as a database, it's not one.
http://www.php.net/manual/en/ref.mssql.php
-geoff