The basics of web programming

The basics of web programming

SO
Author: dstech
| Published: 2018-03-13 | 2,976 Views

HTML pages describe static web content They are stored by and delivered by a web server A browser receives these pages from a web server and renders the HTML markup into something a human being can read PHP code allows for dynamic web content When a browser requests a page from a server that includes some PHP the server runs the PHP code first The PHP code will do some processing The PHP code will result in some HTML markup This can be different each time the page is requested The HTML then gets sent to the browser Net result the end user sees a web page that changes

Embed this Presentation

Available Downloads

Download Notice

Download Presentation The PPT/PDF document "The basics of web programming" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Presentation Transcript