Here are instructions how to install XAMPP in Windows 8 computer.
What is XAMPP?
Go to
http://www.apachefriends.org/en/xampp-windows.html
Download ZIP file for Windows.
Extract ZIP to you C:\ so the XAMPP folder is in C:\xampp
Run
Check the settings file
Check these three non-commented lines that they match. Date.timezone should be your timezone.
Close Skype and IIS if you are using those.
Run Apache and MySQL with
Go to and choose your language.
Go to and change your MySQL password
Stop and start Apache and MySQL with.
Make folder php to
and create file there
And inside the file
Go to
Php works.
Open cmd and open MySQL with root user.
Create test database and user
Login with new user and use created database
Create new test table with test material
Modify helloworld.php
Go to
Now you have tested Apache, PHP and MySQL and confirmed that they all are working.
Then you can remove test user and test database from MySQL.
If you want use Eclipse to coding PHP you need to download PDT plugin to your Eclipse.
Go in your Eclipse
And work with you add url
choose PDT and install it.