Hi, I want to use a windows app to POST data to a website.
The website stores the data in a database.
I need to know wether I actually need to download the resulting page to make sure the php code on the other end gets executed and the data is stored.
The one case I've tested I didn't need to.
Hope I've made myself clear, any insight would be appreciated.
edit: it needs to be done for a great number of different pages, that's why I am not sure after my first test.




Reply With Quote