|
August 18, 2009
Filed Under (Education) by admin
Setting Up A PHP Environment There are two options at this point: sign-up for free web hosting that is PHP enabled, or setup a web server on your own machine. Packages are available depending on your operating system LAMP (Linux), WAMP (Windows), MAMP (OS X), XAMPP (cross-platform), or you can install each piece separately. There are also many options for an editor, which range from basic text editors and online syntax checking editors to full blown IDEs with syntax highlighting and debugging options. Learning The Syntax On the other hand, if you are already familiar with programming and have a specific project in mind, then you may be able to use the php.net website to look up specific functions, read up on the documentation, or sign up for a user group where you can ask questions. Resources |
|