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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -