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 header("Location: http://www.cnn.com/"); ?> PHP
PHP Programming (NEW) PHP – Access Named Keys in Arrays – Foreach() Eli the Computer Guy PHP Programming (NEW) The foreach() function can turn Named Keys into variables just like it does array values.
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.
Be the first to comment