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
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 (OLD) Comments and INCLUDE in PHP Programming Eli the Computer Guy PHP Programming (OLD)
Be the first to comment