getParsedInput(); $count = 0; while(true) { $count++; print "Hello from PHP!\n $count"; $params = getParsedInput(); print "
Params:\n" . var_export($params, true);
}

?>