[PHP] Running PHP from inside another application!

2005-02-15 Thread Mikael Andersson
Hi, I've a case where I have to run a lots of php-scrips, in a short time, from inside a delphi-application. Every script connects to the same databas. Today I use CreateProcess to start php.exe and then I'm using pipes to get the php-result. I'm doing this for each php-script I want to run,

Re: [PHP] Running PHP from inside another application!

2005-02-15 Thread Richard Lynch
Mikael Andersson wrote: I've a case where I have to run a lots of php-scrips, in a short time, from inside a delphi-application. Every script connects to the same databas. Today I use CreateProcess to start php.exe and then I'm using pipes to get the php-result. I'm doing this for each