Posted by Jerry Stuckle on 10/10/05 22:16
Maximus wrote:
> Jerry Stuckle wrote:
>
>>Maximus wrote:
>>
>>>I need to make a script that whenever somethin is added to the db, it
>>>will run and grab those info. Worth sayin that there's no time limit
>>>for the db data addition.
>>>
>>>I was planning of makin a script that runs infinitly every 0.25 seconds
>>>and break then runs again.
>>>
>>>If you have any ideas please inlighten me.
>>>
>>
>>Which database? What does it need to do?
>>
>>Sounds like you need a trigger.
>>
>>--
>>==================
>>Remove the "x" from my email address
>>Jerry Stuckle
>>JDS Computer Training Corp.
>>jstucklex@attglobal.net
>>==================
>
>
>
> Exactly,
>
> I need a 24/7 trigger
> the trigger is a PHP script
> but i don't know how to make it go 24/7 other than using a cron job.
>
> any suggestions?
>
No, a database trigger. Many databases support the ability to execute
code which are "triggered" by actions in the database.
Again - what database? What does it need to do?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|