Related Articles

MySQL Introduction (NEW)
MySQL – HTML Form Validation with PHP (filter_var)
You can validate that variable values look how they are supposed to by using filter_var in PHP. Filter_var determines if an email address, IP address, Int, Float, etc are formatted how they are supposed to […]

*NEW
PHP Project (Simple) – Image Upload App
Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream PHP Project (Simple) – Dynamic Photo Gallery Prerequisites: Basic LAMP, or Web Server Administration Verify pictures and folder have READ/WRITE permission for OTHER […]

PHP Programming (NEW)
PHP – Logical Operators
Logical Operators allow you to use AND or OR in comparisons for Loops and If Statements.
Be the first to comment