automated php files

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
taldos
Forum Commoner
Posts: 39
Joined: Mon Aug 23, 2004 8:47 am
Location: Philadelphia

automated php files

Post by taldos »

Hi all,

I have reached the point where I need to use php files run on server side. ie: when a user enters a new topic, a php file is called and run on the server without the client having to wait. for exampled, querying the database and sending and email to anyone who would be interested in the newly posted topic.

I just can't think of what this procedure is called. so if someone could give me the official name I'll hunt around for tutorials.

Also any pointers to good stored procedure tutorials would be appreciated. Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I believe you are hinting at "cron"
Post Reply