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
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
Comment