RE: How to initiate a prog. via mysql

2006-04-20 Thread Jay Blanchard
[snip] I need to start a prog. as soon as a particular field in the mySQL 4.x is changed. ie. when in Flag table if_flag is set to '1' i need to start a script. The script will be in PHP. Pl. tell me how to do so on mySQL 4.x. [/snip] Triggers are not available in 4.x, you will need 5.x --

Re: How to initiate a prog. via mysql

2006-04-20 Thread Dan Nelson
In the last episode (Apr 20), Jay Blanchard said: [snip] I need to start a prog. as soon as a particular field in the mySQL 4.x is changed. ie. when in Flag table if_flag is set to '1' i need to start a script. The script will be in PHP. Pl. tell me how to do so on mySQL 4.x. [/snip]

Re: How to initiate a prog. via mysql

2006-04-20 Thread Daniel da Veiga
On 4/20/06, Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Apr 20), Jay Blanchard said: [snip] I need to start a prog. as soon as a particular field in the mySQL 4.x is changed. ie. when in Flag table if_flag is set to '1' i need to start a script. The script will be in