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 – Set and Read Cookies – setcookie() Eli the Computer Guy PHP Programming (NEW) Cookies allow you to set variables that are persistent between multiple visits to a website.
PHP Programming (NEW) PHP – What are Versions of… Eli the Computer Guy PHP Programming (NEW) Coding languages like all software has versions. These versions offer improvements, and changes over time. This means that functions that work in some versions do not work in others. So you need to verify which […]
Be the first to comment