Page 1 of 1

Running php script

Posted: Sun Mar 07, 2010 8:25 am
by gopinatharao
Hi,

How to run my php script each time the page loads in the browser?
It may be any site i want my script to be runned each time the user moves from one oage to other.

Thank you

Re: Running php script

Posted: Sun Mar 07, 2010 5:09 pm
by jraede

Re: Running php script

Posted: Mon Mar 08, 2010 12:47 am
by gopinatharao
include is used to run the script within other php script,how to run my script after each page loads.For eg:
The user is in his home page when he navigates to other page i want my script to run.This process should continue ittiratively.

Thank you
Gopinatharao