I am new to PHP and have been trying to get a PHP application setup on Windows.
I have installed MySql5.1, Apache2.2 and PHP5.2.14 on Windows Server 2008. I can login into MySql no problem and I can run phpinfo from htdocs in apache and get the php config summary however whenever I copy in my application to htdocs and run it I get a blank page.
I have set my DirectyIndex in httpd to welcome.php but nothing .... any help troubleshooting would be great.