Hello, This is a reply to an e-mail that you wrote on Sat, 2 Aug 2003 at 15:31, lines prefixed by '>' were originally written by you. > how can I connect access database(*.mdb) with php? what is the code? > I > will be happy if you write php code.
Windows Control Panel > Administrative Tools > Data Sources (or something like that!) This window will let you setup an ODBC DSN for any mdb file. You should then be able to use PHPs ODBC functions to run queries on it <http://uk.php.net/odbc>. I have never tried this though, so apoligies if it does not work. David. -- phpmachine :: The quick and easy to use service providing you with professionally developed PHP scripts :: http://www.phpmachine.com/ Professional Web Development by David Nicholson http://www.djnicholson.com/ QuizSender.com - How well do your friends actually know you? http://www.quizsender.com/ (developed entirely in PHP) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php