#!/usr/bin/php -nf \n" ."\n" ."
ps ax\n"); $fp = popen("ps ax", "r"); while ($line = fgets($fp, 1024)) { print(htmlspecialchars($line)); } print("