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

What is
API (Application Program Interface) – What is…
API’s allow external application to connect to and use cloud based services such as Facebook and Dropbox. Platforms create API’s for specific programming languages and use specific procedures to allow access to data and services.

CSS and HTML 5
CSS and HTML 5 – Table Formatting
You can format Tables using CSS to not just add borders, but also interactive features. tableStyle.css table.html

PHP Programming (NEW)
PHP – Multidimensional Arrays
Multidimensional delays are when you use Arrays as values for Arrays.
Be the first to comment