Link to home
Start Free TrialLog in
Avatar of Winart
Winart

asked on

How to access PHP pages?

hi,

I'm trying to create win32 application that access php pages by using delphi.
(I need to be able to use POST and GET method)
The problem is, I don't know which component/ object I should use
(and also how to use it).
Please someone help me.
Avatar of atul_parmar
atul_parmar
Flag of India image

If you mean you just want to talk to a .php page on another server, then any HTTP component will do,
e.g. with Indy (TIdHTTP) it would be
IdHTTP1.Put or IdHTTP1.Get

If you wish to act as a php page yourself, then php4delphi (as mentioned above) is great
I had a little noobish trouble getting it set up right, but got there in the end
Avatar of Winart
Winart

ASKER

Hi Loki,

I prefer your approach,
do you know where I can find the complete documentations and samples?
ASKER CERTIFIED SOLUTION
Avatar of TheRealLoki
TheRealLoki
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial