This tutorial is a contiuation of my first tutorial, the setting up your own web server.
In this tutorial, we will create a test page.
This page will be composed of html and php.
PHP by the way is a server-side scripting language.
Now we will create a php page.
Go to the installation directory of your WAMP Server, then go to 'www' and let's create another directory inside. Let's call it 'TestDirectory'.
Inside this directory, create a file called 'index.php' and paste the below code.
Now, save that file and go to your browser. Input in the address bar 'localhost/TestDirectory' and you
Showing posts with label Setting-up A Webserver Offline. Show all posts
Showing posts with label Setting-up A Webserver Offline. Show all posts
Thursday, May 5, 2016
Wednesday, May 4, 2016
Setting PHP Server Offline
This tutorial will be a quick one describing on how to set-up your own server on your computer using WAMP server.
WAMPServer stands for Windows Apache MySQL PHP Server.
It is a Windows environment that allows you to develop web applications using PHP and MySQL on your machine. This is a good way of testing website projects or developments offline without using any hosting services just yet.
After installing/configuring your WAMPServer, you will now be able to develop your own web applications.
Here are the instructions:
1. First is to download the WAMP Server:
The latest at this time of writing is WAMPServer 64bit & PHP 5.6.15 & PHP7:
Click to Download for 64 bit machines and
WAMPServer stands for Windows Apache MySQL PHP Server.
It is a Windows environment that allows you to develop web applications using PHP and MySQL on your machine. This is a good way of testing website projects or developments offline without using any hosting services just yet.
After installing/configuring your WAMPServer, you will now be able to develop your own web applications.
Here are the instructions:
1. First is to download the WAMP Server:
The latest at this time of writing is WAMPServer 64bit & PHP 5.6.15 & PHP7:
Click to Download for 64 bit machines and
Subscribe to:
Posts (Atom)