Re: [PHP] Re: Call PHP script from MySQL

2008-02-19 Thread Richard Lynch
On Tue, February 19, 2008 5:58 pm, Mário Gamito wrote: > >> Is it possible to call from within MySQL an external PHP script ? > >> I've read "MySQL Stored Procedure Programming" from O'Reilly but > >> found nothing :( > > I'd really like to see an example of why you need this > functionality, >

Re: [PHP] Re: Call PHP script from MySQL

2008-02-19 Thread Sancar Saran
Hello, you may call external php script someting like that $val = asp's_fopen(http://www.example.com/calculate.php?var=password_field); Regards Sancar On Wednesday 20 February 2008 01:58:48 Mário Gamito wrote: > Hi Nathan, > > >> Is it possible to call from within MySQL an external PHP scri

[PHP] Re: Call PHP script from MySQL

2008-02-19 Thread Colin Guthrie
Mário Gamito wrote: > Hi Nathan, > > >>> Is it possible to call from within MySQL an external PHP script ? >>> I've read "MySQL Stored Procedure Programming" from O'Reilly but >>> found nothing :( >> I'd really like to see an example of why you need this functionality, >> if that'd be okay. Not t

Re: [PHP] Re: Call PHP script from MySQL

2008-02-19 Thread Mário Gamito
Hi Nathan, >> Is it possible to call from within MySQL an external PHP script ? >> I've read "MySQL Stored Procedure Programming" from O'Reilly but >> found nothing :( > I'd really like to see an example of why you need this functionality, > if that'd be okay. Not to judge, just to learn :) I'm

[PHP] Re: Call PHP script from MySQL

2008-02-19 Thread Nathan Rixham
Mário Gamito wrote: Hi, Is it possible to call from within MySQL an external PHP script ? I've read "MySQL Stored Procedure Programming" from O'Reilly but found nothing :( How can I do this ? Any help would be appreciated. Warm Regards, Mário Gamito Mário, I'd really like to see an examp

[PHP] Re: Call PHP script from MySQL

2008-02-19 Thread Colin Guthrie
Mário Gamito wrote: > Hi, > > Is it possible to call from within MySQL an external PHP script ? > I've read "MySQL Stored Procedure Programming" from O'Reilly but found > nothing :( > > How can I do this ? > > Any help would be appreciated. Could be that a Trigger does what you want? http://dev