I'm working on a PHP project which needs to communicate with .net files. I have created a few templates in PHP and want to pass the data entered into those templates to .net files. .net communicates with the database. So how do i go about it.
Two options:
1) Webservice (SOAP, XMLRPC, REST) 2) Use forms - and post to a .net or php page.