Page 1 of 1

PHP and DELPHI

Posted: Wed Jan 29, 2003 12:13 am
by MadLord
Hellol!

I want to know if it is possible to do an interface between the php and delphi.

If that is possible, which the best form of creating. I am wanting to create a local program, that looks for of a web site in php some you varied, then the interface.

Thank you!

Posted: Wed Jan 29, 2003 12:24 am
by Stoker
implementing PHP in your application to process PHP/HTML locally?

Webservices

Posted: Wed Jan 29, 2003 8:29 am
by AVATAr
The solution is making your Delphi program (client side) call a web service (php)... thats the best solution
:wink:

Posted: Wed Jan 29, 2003 10:43 am
by Stoker
well, there is really no need to use http to an external source, more efficient just calling or piping the php libraries or executable...

If that is what he is asking for (?)..
You could even embed some of the code/libs (C) in your application, the PHP license is very Free, be more careful about the Zend licensing tho if tampering/embedding their libs..