$output"; if( ($fp = popen($cmd, "r")) ) { while(!feof($fp) ){ echo fread($fp, 512); flush(); echo ""; } fclose($fp); } ?>