How to use xampp php server
By ddlax
xampp control panel
xampp server
Xampp is a software which actually allows a user to use a virtual sever interface, so you don't need to upload files each time to server and check it's working.
You can use xampp to run and execute your web pages while making necessary corrections.
Xampp is freeware it is available for windows, mac and other operating systems
Use the link below to download xampp for free
How to use xampp
After you have installed xampp go to xampp directory where you installed it, in main folder of xampp there will be xampp start icon click it and xampp will get started and a control panel will pop up showing that server, mysql, apche are working.
Now the main part how to actually use xampp for server, just open the read me file in main folder of xampp,
here information about xampp will be given and a link will be given with title trouble with mysql connection
http://localhost/xampp/index.php
Run this link on your browser, if the following page appears then it means that your xampp is working fine, remember each time you start you computer you have to restart xampp, make sure that xampp icon is being showed on Notification area of task bar which will indicate that your xampp virtual server has been initiated.
xampp icon
Xampp
- apache friends - xampp
XAMPP is an easy to install Apache Distribution for Linux, Windows, Mac OS X, and Solaris. The package includes the Apache web server, MySQL, SQLite, PHP, Perl, a FTP-Server and phpMyAdmin.
xampp intro page
Opening your own html page in xampp server
To open your own modified page in xampp server just go to xampp directory where you installed it, then open htdocs folder and just paste your own made html or php page,
you can also make new directory in it but then you have to use correct address for it, make sure that xampp icon is being showed on notification area then just enter this address in any browser
http://localhost/xampp/your page name.php if you have made new folder then you must following link
http://localhost/xampp/your new folder name/your file name.php or
http://localhost/xampp/your new folder name/your file name.html
Phil Plasma 11 months ago
I've been using XAMPP for quite some time to do some web dev work. I'm glad you hubbed about it to share with others.