Is there any way to generate a static HTML page from a dynamic PHP page?
I started to write a script which would read the URL into a file and then write the file. I would have then set this script up so that it run from the cron thingy.
But I get a " Maximum execution time exceeded" error - and as it's a hosted website I can't change the time variables.
Does that make any sense at all? I hope so - my brain is fried at the moment.
I haven't got much knowledge of Perl - but I can hack simple scripts - is that the answer? Should I not use PHP for this kind of automated script?
Thanks.