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
*NEW
CSS and HTML 5 – Basic Image Formatting
CSS allows you to do a lot of interesting formatting with images on HTML documents. This class shows 3 simple examples of how to embed images using CSS. imageStyle.css image.html picture700.jpg
What is
DNS Registrar – What is…
A DNS Registrar is authorized by ICANN to sell domain names. They essentially do the admin work required for the Domain Name System. Registrars have become important because they are private companies and they have […]
Programming - Intro
Programming Intro – API (Application Programming Interface) Intro
Service Oriented Architecture means that many times your servers and software will be communicating with cloud based API’s instead of other physical servers. API’s give you services that a server would be too expensive to […]
Be the first to comment