LOGIN

FAQ - ANSWERS TO FREQUENTLY ASKED QUESTIONS

"What is a web server, a http server, mysql and php?"


web server, that must include the http (HyperText Transfer Protocol) server, is a computer connected to the internet that holds the webpage files. In order for the clients to find the web page over the internet the webserver must provide the technology necessary to facilitate this. In our case technology means the mysql and PHP explain lower in this page.

 

A http server is a software that has built in support for http protocol short for HyperText Transfer Protocol, the underlying protocol used by the World Wide Web (www). HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.

 

Mysql server it’s a database software that implements the SQL protocol short for structured query language used to store information for later use and/or for dynamic websites.

 

PHP short for Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages.
FAQ - ANSWERS TO FREQUENTLY ASKED QUESTIONS
EN
RO