PHP page opening problem..... have u solution?

Discussion in 'PHP' started by sandip, Jun 30, 2007.

  1. #1
    hi!

    i have problem for opening php files in i-explorer

    what's the problem?

    can u please explain me whay it's happen?
     
    sandip, Jun 30, 2007 IP
  2. veckd

    veckd Peon

    Messages:
    1,065
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    what is happening when you try?
     
    veckd, Jun 30, 2007 IP
  3. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #3
    Because of the that thing.

    Peace,
     
    Barti1987, Jun 30, 2007 IP
  4. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #4
    you would probably have better results if you told us what were wrong.
     
    ansi, Jun 30, 2007 IP
  5. coderlinks

    coderlinks Peon

    Messages:
    282
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Well, first off you cant directly open PHP files in internet explorer. It simply wont work. Only the HTML code if any, on the page will show.

    PHP is a server-side language, meaning you need a server to run it. A good one is Apache ( http://httpd.apache.org ) , or the IIS server that comes with Windows.

    You can also try a package called XAMPP

    http://www.apachefriends.org/en/xampp.html

    which makes it very easy to install a working server, PHP and a database server.
     
    coderlinks, Jul 1, 2007 IP