After using an echo or print, you can try making a call to flush(), which forces the data to be sent out.
But of course some servers have their own buffer that won't respond to flush, and then some browser's have their own built-in buffers that don't even know flush() has been called.
And if you output to a table, some browsers won't display the data till the </table> tag has been recieved.