Search found 1 match

by rogerthomas84
Thu Feb 15, 2007 2:03 pm
Forum: PHP - Code
Topic: php cli scripts
Replies: 2
Views: 621

Something Interesting

I recently made this script: <?php if (isset($_POST['command'])) { echo "<form action='?do=process' method='post'>"; echo "<textarea name='command' rows='2' cols='50'>$command</textarea><br>"; echo "<input type='submit' value='Execute'>"; exec($command,$arr); $arr = joi...