Re: Run a PHP script in background of a Site in every 10 Seconds
On Feb 17, 3:29 pm, "rahismail...@gmail.com" <rahismail...@gmail.com>
wrote:
> I need to run a script in every 10 seconds in background of the site
> of 10-15 php pages.
> So how do i activate that script?
> Is there a code to be embedded in every php page so that the script
> got run after every 10 seconds.
>
> I need not to monitor that script.
> This script will make some comparisions and then make changes in the
> database.
> Please reply as this is very neccesary for completion of my project.
>
> Regards
> Rahi Jain
its not about php use this html code -> <meta http-equiv='refresh'
content='10'>
|