Blank pages when running php 5.3.5 scripts in IIS7

Hi,

I recently installed PHP 5.3.5 on win 7 with IIS7 as my web server, php folder is on c:\, handler mappings configured with PHP-CGI.EXE and copied the php.ini file to c:\windows. When i ran <?php phpinfo() ?> it runs ok and i can see the settings, but when i ran any other php script like <?php print "Hello World"; ?> the browser page is blank.
 
Back