PHP 5.3.6 with Microsoft Access Database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
saifphp
Forum Newbie
Posts: 6
Joined: Tue Jul 26, 2011 4:55 am

PHP 5.3.6 with Microsoft Access Database

Post by saifphp »

I have a Website developed by PHP 4.3.2 and Microsoft Access 2000 Database. The Site is running under IIS 5 in Windows Server 2000. Now I have changed the OS from Windows Server 2000 to Server 2008 and IIS is 7.5 here. I have configured PHP with FastCGI. But,

When I run my site through IIS 7.5, all PHP pages are opening well except the pages which are including Access Database Class File. I have used: include_once("lib/clsDB.php"); to call the Database Class File. But the PHP Pages which are including the Database Class File is opening with gurbage data. The other pages which are not including the Database Class File are working fine.

Please help me.

Thanks.
Post Reply