Running php script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gopinatharao
Forum Newbie
Posts: 2
Joined: Sun Mar 07, 2010 8:19 am

Running php script

Post 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
jraede
Forum Contributor
Posts: 254
Joined: Tue Feb 16, 2010 5:39 pm

Re: Running php script

Post by jraede »

gopinatharao
Forum Newbie
Posts: 2
Joined: Sun Mar 07, 2010 8:19 am

Re: Running php script

Post 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
Post Reply