Hello All,
I have been wondering how possible is it to have an application that would run a php application that would be used for making the database updates as well as handling the business logic while on the front end, have delphi forms
So
The form will be used to capture the data, do the neccessary parsing then through a post command send the collected data to a php script.
Questions;
- Which components can be used to make this into a reality?
- What would be the preferable method of data transfer; xml, soap etc?