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!![]()
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!![]()
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.
Google is your friend. The Apache Software Foundation produce one of the most frequently used Web servers, typically referred to as Apache.I've heard something about Apache, but I don't really know what that is.
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
Alright, thanks. I appreciate your help.
Bookmarks