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

2005-02-17 Thread Mikael Andersson
Thanx! I found a component for Delphi that solved my problem through SAPI. It's called PHP4Delphi. / Mike Jason Barnett [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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,