I have dll written in delphi 3 and I need to post parameters to a url. For example i want to post this 'http:\\localhost\test.html?RecType=2&RecID=938' and wait for a response from the site on whether it received the information or not.
How do I do this in delphi 3?
How do I do this in delphi 3?