"The best way to predict the future is to invent it and the second best way is to fund it."  Fund Empowerment depends on you. Donate Invest

User login

Get a PHP Apache MySQL development environment working using XAMPP, MAMP or WAMP

Status: 
open (a template)
My Mission: 
People who took on this Mission
Status: 
open (a template)
Category: 
task
Learned Skills: 
  1. Install AMP: To begin learning PHP development, download a development environment package:
  2. Make Folder: Create a project folder called "learning" in the Apache package's htdocs folder.
  3. Get a text editor. Find an appropriate text editor like Notepad or Text Edit.
  4. Make Index.php: Start and make a new document and save it into your folder as "index.php".
  5. Open a browser: Point Firefox to http://localhost:portnumber/learning/ to see your index file.
  6. Start coding! Write <?php print("hello world"); ?> to see if PHP is working.