Get a PHP Apache MySQL development environment working using XAMPP, MAMP or WAMP
an Open Mission (something anyone can can do any time) by lxpk Sun, 2008-07-06 17:22
My Mission:
Status:
open (a template)
Category:
task
Learned Skills:
- Install AMP: To begin learning PHP development, download a development environment package:
- Mac: MAMP
- Windows: WAMP
- Linux: XAMPP (You can probably download this through your package manager or install it)
- Make Folder: Create a project folder called "learning" in the Apache package's htdocs folder.
- Get a text editor. Find an appropriate text editor like Notepad or Text Edit.
- Make Index.php: Start and make a new document and save it into your folder as "index.php".
- Open a browser: Point Firefox to http://localhost:portnumber/learning/ to see your index file.
- Start coding! Write <?php print("hello world"); ?> to see if PHP is working.
»
- Login or register to post comments
- Email this page





