Hello Friends,
I really need your help to improve my website.
I am running one news portal with using rss feeds.
now how the script is currently working -->
when anyone opens the website, the script retrive the RSS feed from one newswebsite,
convert the rss feed into text file, and then display this text file as scroll.
but the page is downloading very slow..
i want such a script that update the text file once in an hour..
how can i do this?
how can i make any php script which runs in background?
Waiting for your answers.
Regards,
background process
Moderator: General Moderators
another thing you could do is have your users do it. Just have the script check what time it is and when the last news role was loaded. If the news was loaded over an hour ago then load it.
Thats an alternative if you don't have crons. If you don't then I'll give you a better description of what I mean.
Thats an alternative if you don't have crons. If you don't then I'll give you a better description of what I mean.