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 (NEW) PHP – While Loops Eli the Computer Guy PHP Programming (NEW) While loops allow you to repeat code while a condition remains true.
MySQL Introduction (NEW) MySQL – HTML Form Validation with PHP (filter_var) Eli the Computer Guy MySQL Introduction (NEW) 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 […]
PHP Programming (NEW) PHP – Multidimensional Arrays Eli the Computer Guy PHP Programming (NEW) Multidimensional delays are when you use Arrays as values for Arrays.
Be the first to comment