Hallo,

is there any way ( web technology, ... , etc. ) to run script ( php or other ) on the server side
which is able to print out some html page automaticly in every, let's say 1 minute.

my task:
I have x.php script which is executed by CRON. This script gets data from FTP servers and load those
data to client site mySQL Server. When these data are loaded in mySQL the html report is generated and it should be
printed out itself.

Thanks in advance
I spent a lot of days to prepare functionality of Getting, Loading ... etc. some huge number of data
and know I have found out that those data must be printed out automaticly.