Re: Run a PHP script in background of a Site in every 10 Seconds
On Feb 18, 3:43 pm, Betikci Boris <pard...@gmail.com> wrote:
> 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'>
I think it will work but i need script to be run in back ground.
This way i have to keep that page open all the time during the trading
hours ( Privately on one node).
if any other solution didnt show up i have to use this code and
method.
Regards
Rahi
|