ICT2613
EXAM PACK
+27 81 278 3372
,
,
, Web browser
Web Server
Database server
Web Browser: a software program that allows users to locate, access, and
display web pages. Essentially a GUI / view
Web Server: a program that uses HTTP to serve the files that form web pages
to users, in response to their requests
Database: a collection of information organised so that it can be easily
accessed - stores data to be accessed by the browser
PHP is a server-side language. This means that PHP code is executed on the
server, generating HTML which is sent to the client via the browser. i.e. it makes
server information accessible via the browser
Web Browser: Google Chrome
Web Server: Apache
Database: MySQL
EXAM PACK
+27 81 278 3372
,
,
, Web browser
Web Server
Database server
Web Browser: a software program that allows users to locate, access, and
display web pages. Essentially a GUI / view
Web Server: a program that uses HTTP to serve the files that form web pages
to users, in response to their requests
Database: a collection of information organised so that it can be easily
accessed - stores data to be accessed by the browser
PHP is a server-side language. This means that PHP code is executed on the
server, generating HTML which is sent to the client via the browser. i.e. it makes
server information accessible via the browser
Web Browser: Google Chrome
Web Server: Apache
Database: MySQL