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

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

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -