Published using Google Docs
Install UwAmp Server (Portable).docx
Updated automatically every 5 minutes

Install UwAmp Server (Portable)

1) Download UwAmp Server

1.1) Goto UwAmp website (http://www.uwamp.com/en/ ) and look for download page (http://www.uwamp.com/en/?page=download )

1.2) Download

This tutorial uses version 3.0.1 (http://www.uwamp.com/en/file/archive/UwAmp_3.0.1.zip ) or (https://drive.google.com/file/d/0BwDdZQLQH_ALaEJ0dkVBb2pBRk0/view?usp=sharing ).

2) Install

2.1) Unzip the compressed file and find the program file.

2.2) Run the program file.

3) Test the server

3.1) Click the button www Site.

The above web page will be displayed if your installation has been successful.

4) Next Step?

If you are a beginner, you need to learn the following topics before you can work effectively with Uwamp.

4.1) Apache Server

4.2) PHP

4.3) MySQL or SQLite

4.4) PHPMyAdmin

<!DOCTYPE html>

<html>

<body>

<?php

echo "My first PHP script!";

?>

</body>

</html>