Web Programming Ii
Web Programming Ii
CHAPTERS
DEFINITION AND CONCEPT ON WEB
INSTALLATION AND CONFIGURATION OF A WEB
SERVER(Wamp server/ EasyPHP)
EVOLUTION AND DEFINATON OF INTERNET
NOTION OF INTRANET,INTERNET AND EXTRANET
PRESENTATION OF WEB DEVELOPMENT TOOLS
APACHE PROJECTS
DATABASE AND BASIC CONCEPT ON MySQL
PHP LANGUAGE
Introduction
What is WAMP?
WampServer is a Windows web development environment. It allows
you to create web applications with Apache2, PHP and a MySQL
database. Alongside, phpMyAdmin allows you to manage easily your
databases.
WAMP is an acronym for Windows Apache MySQL PHP. Apache,
MySQL and PHP are required to run a mysql/php based web application
(such as WordPress). By installing WAMP, your PC has the same
capabilities as the server from your hosting provider, and you can run
any php/mysql based application on your PC. Apache, the server
software will be installed, as well as the MySQL database server and
phpMyAdmin, a tool to manage databases, and the PHP programming
language. Note that you will only be able to host sites or run web
applications on your own PC. These sites or applications can not be
accessed online.
WAMP will run in Windows only. Alternatives are MAMP (for Mac) or
XAMPP (for Mac & Windows).
Apache 2.4.23
PHP 5.6.25 and 7.0.10
MySQL 5.7.14
PhpMyAdmin 4.6.4
Adminer 4.2.5
PhpSysInfo 3.2.5
WAMP Prerequisites
WAMP was coded using C++ and therefore relies on the presence
of 2 Visual C++ runtime packages. So before installing WAMP you
are prompted to install these.
If this page doesn’t show up properly, you need to make sure that the
WAMP server is started. When WAMP is up and running, you should
see a green icon in the Windows notification area.
2. Configuration: Now, we have to configure the WAMP contents
we installed. Once installed, you will mostly get a notification from the
firewall asking whether the newly installed software should get the
permission to use your network. Give it the permission and next find the
option in your hidden taskbar icons or in the windows start menu. The
color of the symbol corresponds to the status the server is in:
If all goes well using localhost route gives the output as shown on the
picture below