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

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