Issue:
PHP pages display just fine under IIS 8.5, Windows 2012 R2, PHP ver. 5.3, that do not contain SQL connection scripts, however, the few pages that have SQL connection scripts do not display.
I was able to test that PHP was installed correctly using the phpinfo.php script, but I’m getting no error messages when I view the PHP pages that contain SQL connection scripts. (i.e. the page pulls data from a SQL database.)
The PHP.ini file shows the .DLLs associated with the version of PHP installed.
Question:
What is preventing the PHP pages that pull from SQL database from displaying?
What else do I need to check/install/modify to make it work?
I appreciate your feedback and assistance
Thanks!
Steve