Is there any way I can execute a PHP script from MySQL? -


i want invoke , execute php script mysql procedure. possible?

create procedure simpleproc (out param1 int)     begin          call php script here     end// 

[edit]
in fact trying raise event when condition met — instance when table field value matches current time. then, want capture event , send email.

it's possible, see mysql faq explanation of how

can triggers call external application through udf?

but it's bad design on part if have resort this


Comments

Popular posts from this blog

CS-Cart - Change login URL in notification email -

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -