Related Articles

*NEW
PHP Project (Intermediate) – Photo Gallery Search by Tags
In this project we build the ability to search for images based on Tags stored in MySQL. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream PHP Project (Simple) – Dynamic Photo […]

PHP Programming (NEW)
PHP – While Loops
While loops allow you to repeat code while a condition remains true.

*NEW
PHP – $SESSION Variables
$ Session Variables allow you to set Variable Values that can be accessed across all pages that your user goes to in your PHP Web Application. You must use session_start() on all pages that will […]
Be the first to comment