Question:

How can I get PHP to work on my Web browser

by  |  earlier

0 LIKES UnLike

I'm trying to do something with PHP for my website but I'm having trouble getting it to work with my browser when I go to test it. (Yes, it's Internet Explorer.) Is there something I can turn on so I can test it?

 Tags:

   Report

2 ANSWERS


  1. You need to be running a server that supports PHP in order to view PHP output. You do that two ways:

    On your machine, you need what is called a WAMP server:

    http://www.wikipedia.org/en/wamp

    It is easier, generally speaking, to work on a remote server.

    http://www.dougv.com/blog/2007/03/12/goo...


  2. PHP is independent of the browser you use and will work unless you're trying to do something client-side, which is highly unlikely.

    You probably should check your server configuration to make sure the PHP engine is up and working first.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.