PHP and DELPHI

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MadLord
Forum Newbie
Posts: 1
Joined: Wed Jan 29, 2003 12:13 am
Location: Mossoró-RN

PHP and DELPHI

Post 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!
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

implementing PHP in your application to process PHP/HTML locally?
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Webservices

Post by AVATAr »

The solution is making your Delphi program (client side) call a web service (php)... thats the best solution
:wink:
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

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