I have a script that makes multiple requests to several sites. However,
each request takes a little while. How can I get the PHP script to
output data to let the user know that it's checking? For example, I have
echo "Checking...";
at the beginning, before I do any hocus-pocus, but it doesn't show up
until the script is done. How do I get it to send some data at a time?