I have a the following php code:
while(true){ $r = file_get_contents("php://stdin"); goToPreviousLine(); echo $r; }
How can