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!
PHP and DELPHI
Moderator: General Moderators
- AVATAr
- Forum Regular
- Posts: 524
- Joined: Tue Jul 16, 2002 4:19 pm
- Location: Uruguay -- Montevideo
- Contact:
Webservices
The solution is making your Delphi program (client side) call a web service (php)... thats the best solution

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..
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..