i am creating an windows application in c#. in this application i am creating an feed back form for client feedback. now i want to submit all data this feedback form to my on site.
The the puzzle is that my website is in PHP .
should i go with this combination?
i min c# app and PHP website and sent data via url and grab it on site using GET method, or i need to create a separate website in asp for this action and if you say YES the please tell me .
how to do this action in ASP
thanks