

Hi
Appserv is An easier way to install Apache, PHP, MySQL and phpMyAdmin.
- Apache web server software
- Firefox , IE, Chrome ... web client software for browsing
- MySQL , MS SQL,.... Database engine which allow us to manage the database files
- PHP is server script which allows programmer write script on server side
ex:
server side:
<?php
echo "<h1>ABC</h1>"
?>
client side:(HTML code)
<h1>ABC</h1>
and then your web browser would translate those code to something like this
ABC
- phpmyadmin : it's just a web interface to manage the database.
I would give you more expla