If you mean is it possible to write a Delphi program that communicates with a server side PHP script that accesses a server side MySQL database then the answer is Yes.
I have written several applications that do this. I use the Indy IdHTTP component in the Delphi application to send and receive requests / data.
i tried to send a statement to php, this works, i got the returncode and the data are still in the database, but how can i get more than the resultcode, for example, i start a query, on which way i can get the result ?
I have written some FAQs under the heading Delphi, PHP and MySQL. Hopefully they will help you get you started. Let me know if they address your problem - you can send me comments by clicking on the appropriate link at the bottom of the FAQ.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.