Ionut Necula
Ionut Necula

Reputation: 11482

Php files fail to load in IE

I have a little bit of problem. All my php files fail to load in Internet Explorer. When I'm giving it a run from Notepad++, IE opens shortly(0.1s), a dowloading box, then redirects the file to Chrome. HTML files are loading fine. Do you have any idea how to fix this problem?

Upvotes: 0

Views: 321

Answers (1)

Lucky Soni
Lucky Soni

Reputation: 6888

You need a server running to serve PHP files.

If you are on a windows machine try installing http://www.apachefriends.org/index.html

If you are on a Mac try Mamp

Any of the above installations will install Apache, MySQL and PHP which is all that you need to run common PHP application. These are essentially one-click installs so this should set you up very quickly.

Upvotes: 1

Related Questions