Related Articles
PHP Programming (OLD)
PHP Syntax and Errors
*NEW
PHP – Send Shell Commands with shell_exec()
The shell_exec() function allows you to send commands to the Command Line using PHP. You can use this for everything from pinging websites, to calling installed apps such as FFMPEG. shell_exec() also returns the results […]
MySQL Introduction (NEW)
MySQL – PHP Print Records to HTML (mysqli)
You can use PHP to access records in a MySQL database and then print them out in HTML. phpSelect.php phpSelectTable.php
Be the first to comment