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