Page 1 of 1

PHP 5.3.6 with Microsoft Access Database

Posted: Tue Jul 26, 2011 5:21 am
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.