PHP – Viewing PHP Environment with PHPinfo() Eli the Computer Guy PHP Programming (NEW) The PHPinfo() function prints out a report of al of the PHP configurations and settings for your server. <?php phpinfo(); ?> PHP
PHP Programming (OLD) Redirecting Web Pages with Header Function in PHP Eli the Computer Guy PHP Programming (OLD)
PHP Programming (NEW) PHP – Logical Operators Eli the Computer Guy PHP Programming (NEW) Logical Operators allow you to use AND or OR in comparisons for Loops and If Statements.
*NEW PHP Project (Simple) – Image Upload App Eli the Computer Guy *NEW, PHP Projects 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 […]
Be the first to comment