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 – Redirect Web Page – header() Eli the Computer Guy PHP Programming (NEW) You can use PHP to redirect visitors to your web page to different pages automatically. This can be good for maintenance tasks and for marketing tracking.
PHP Programming (OLD) Comments and INCLUDE in PHP Programming Eli the Computer Guy PHP Programming (OLD)
PHP Programming (OLD) Redirecting Web Pages with Header Function in PHP Eli the Computer Guy PHP Programming (OLD)
Be the first to comment