Server Installation
WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage databases.
In Wampserver we can use Apache as server,PHP as server side language,MySQL as database
Apache server :
It generates www folder where you can put all the files useful for our web application.
PHP :
This is server side scripting language which interact with server and access data by from database.
MySQL :
This MySQL is useful To store data useful for our applications in the database. You can access data by php language.
When we install Wampserver one www folder can generate in which we can put all the php files and also Wampserver menu appear in which all server settings available.
To activate server click start all services which is option in Wampserver menu.
We can give access to everyone or localhost.
When you install WampServer, a "www" directory is created (generally c:\wamp\www). Create a directory inside for your project and put your PHP files in it.
Click on the link "Localhost" in the WampServer menu or open your browser and open the http://localhost address.
No comments:
Post a Comment