PHP is a Hypertext Preprocessor. This essentially means that PHP dynamically writes web pages for you. So it can query a database and print a report from it, or change CSS and such based on specific criteria.
Related Articles

PHP Programming (NEW)
PHP – elseif Statements
elseif statements allow you to check to see if any of a number of conditions are true before failing out to the else in an if statement.

CSS and HTML 5
CSS and HTML 5 – ID in CSS
You can assign CSS attributes to HTML features using ID’s like you would with Classes. idStyle.css id.html

HTML Intro
HTML Intro – Forms
HTML forms give you the ability to ask for information from your viewers and then be able to do something with the values. HTML forms are a single component of what is required to build […]
Be the first to comment