Results 1 to 3 of 3

Thread: PHP Runtime Environment?

  1. #1
    Join Date
    May 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Runtime Environment?

    Is there a php runtime environment so you can test your code on your computer instead of using a server? I've heard something about Apache, but I don't really know what that is. Any help would be great!

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by CBTSlMob1us View Post
    Is there a php runtime environment so you can test your code on your computer instead of using a server?
    Not really. It's much easier to use a server, but it doesn't have to be a remote server; you can install one on your own computer. I have three, plus two DBMS.

    I've heard something about Apache, but I don't really know what that is.
    Google is your friend. The Apache Software Foundation produce one of the most frequently used Web servers, typically referred to as Apache.

    Couple Apache, or some other Web server, with PHP (and possibly MySQL or PostgreSQL) and you can use your own machine as a testing server.

    Mike

  3. #3
    Join Date
    May 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Alright, thanks. I appreciate your help.

Bookmarks

Posting Permissions

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