CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2003
    Location
    Central Indiana, USA
    Posts
    3,882

    Help installing PHP

    Can anyone point me to a resource to help me install PHP 4 (that's what my ISP's server runs) on a Windows XP Pro machine? I tried last year and got hopelessly lost!

    I'm trying to develop a PHP Web site on my local machine. I don't think I'll need to install MySQL at this time, at least, but will I need to install Apache as well? If so, same question: Can anyone help me find a painless way to install it?

    Thanks!!
    Susan Ross Moore
    Assistant Editor
    Jupitermedia.com

    Serving www.codeguru.com and www.developer.com.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Help installing PHP

    Just download and use EasyPHP.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Aug 2003
    Location
    Central Indiana, USA
    Posts
    3,882

    Re: Help installing PHP

    Thank you very much, peejavery.

    I'll let the forum know how it goes.
    Susan Ross Moore
    Assistant Editor
    Jupitermedia.com

    Serving www.codeguru.com and www.developer.com.

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Help installing PHP

    You're welcome.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Aug 2003
    Location
    Central Indiana, USA
    Posts
    3,882

    Re: Help installing PHP

    Well, I installed EasyPHP per the instructions. When I try to view the test program, everything looks okay, but the date doesn't show up.

    When I try to view other PHP pages in Firefox, all I see is the code. I'm obviously still doing something wrong.

    Suggestions? Thanks!
    Susan Ross Moore
    Assistant Editor
    Jupitermedia.com

    Serving www.codeguru.com and www.developer.com.

  6. #6
    Join Date
    May 2002
    Posts
    10,943

    Re: Help installing PHP

    Well, to see PHP you need an interpreter. If you are seeing code, that means there is no interpreter or you aren't using it. Since you have EasyPHP, all you need to do is view it through the webserver.

    Look at the url you are using, if it is through C:\ instead of http://127.0.0.1 then your local machine is running it and not the webserver. The webserver has the interpreter so you have to have it through the http://localhost/.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  7. #7
    Join Date
    Aug 2003
    Location
    Central Indiana, USA
    Posts
    3,882

    Re: Help installing PHP

    I just wanted to say that I now have my server running. Easy PHP was just that -- painless and easy.

    My big problem was that I wasn't placing my files in the right place; I had them in the My Documents section rather than under the server folders. Once I figured that out, bingo! It works fine.

    Thanks again, everyone. I appreciate the help.
    Susan Ross Moore
    Assistant Editor
    Jupitermedia.com

    Serving www.codeguru.com and www.developer.com.

  8. #8
    Join Date
    Sep 2002
    Location
    All around the World
    Posts
    99

    Re: Help installing PHP

    Although i'm late in replying...but i think no harm writing another alternative here, XAMPP

    It comes in Windows/Linux/Solaris/Mac OSX distribution and installing is just plain easy. It comes with many modules too.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured