Davy Durham wrote:
No, I was looking for php to print each line of the code as it executes it.
In that case, you want ob_implicit_flush()
http://php.net/manual/en/function.ob-implicit-flush.php
I think he is looking to print out the actual line of sourcecode that are being run (as in *.phps) - but run it at the same time.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php