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 – Code Reuse – include
Using includes you can reuse the same code in multiple scripts.
HTML Intro
HTML Intro – Embed Images
Images are added to HTML documents by pointing to them using the IMG SRC tag. You can point to images within the same directory as the HTML document, or even from an entirely different website. […]
*NEW
Arduino – Raspberry Pi Web Fan Control with MySQL
With this project we create an IoT Environmental control device that uses a MariaDB (MySQL) database as the datastore. This allows you to use database functionality to create log files and be able to corrrelate […]
Be the first to comment