FAQ - ANSWERS TO FREQUENTLY ASKED QUESTIONS
- Why do I need a web site?
- My business is for the local market, can the internet help me?
- Ok I want a website. How do I proceed?
- What is a web server, a http server, mysql and php?
- What is a domain name?
- Can i see my website while under construction?
- Can i ask additional changes after the website is online?
"What is a web server, a http server, mysql and php?"
A 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.







