Skip to main content

Posts

Showing posts with the label PHP

Hypertext PHP Preprocessor

What is HTML? HTML stands for Hypertext Markup language . It is used for creating web application and web pages. It creates a web page or web application using HTML codes. It doesn’t need any special software to write its code. The cool feature about HTML is that it just needs a Notepad to write its code and a Browser to execute it. What is Server Side Scripting? Server side scripting is a technique used in web development which uses Scripts on the web server to produce a response for the client requests. What is a Server/client? A user’s PC (Personal computer) in general is called Client. This client in general is called as requesting machine because it requests data from the resource which is stored in Server. A server is generally called as the supplying machine since it supplies the information stored in its data base to the client as per the respective client’s request. A server receives multiple client requests simultaneously and also it is designed in such a way t...