Jump to content

Install php on Windows 7 IIS


Recommended Posts

Hi, I have been messing with this for days now and its making me nuts!!

I'm trying to install PHP on windows 7 using IIS.

 

http://php.net/manual/en/install.windows.iis7.php

 

I followed those instructions but when I open my index.php in a browser I get the following:

 

Hello World!'; ?>

Link to comment
https://forums.phpfreaks.com/topic/265496-install-php-on-windows-7-iis/
Share on other sites

localhost/index.php

 

<html>
<body>
<h1>Test Page</h1>
<?php echo 'Hello World'; ?>
</body>
</html>

 

what i wrote before with only closing tag is whats displayed when i open the .php file in browser.

 

btw when i use php -info in the command prompt it looks to me as if it works as it lists a bunch of data instead of the previous errors that i had been getting. But still cant get it to work in the browser. I followed the instructions in the link provided earlier again and again. Not sure what I'm missing here.

I reinstalled php today and now when I test phpinfo() within the IIS Manager it works fine.

But when I try to open a .php file in the browser i get a blank page.

Does anyone have any idea what I could be doing wrong?

 

<html>
<head>
<title>phpinfo</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.