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
*NEW PHP – Upload File with HTML Form ($_FILES) Eli the Computer Guy *NEW, PHP Programming (NEW) With an HTML form and PHP you can upload files to your web server. When you use $_FILE in PHP you are able to access information about the file stored in the $_FILE array. Prerequisites: […]
PHP Programming (NEW) PHP – Sort Array by Key – ksort() and krsort() Eli the Computer Guy PHP Programming (NEW) You can sort arrays by key with ksort() and krsort().
Be the first to comment