Is there any way to communicate with php from dot net

Hi All,

Is there any way to communicate with php from dot net? If possible please let me know the way to achieve it.

Thanks in Advance!!!

using web services

I’m not sure what you are trying to communicate, but you can always use POST/GET data.

Or maybe share a database.

Maybe use javascript/ajax as a a go-between.

And like @pbsonawane said, web services would work: http://us.php.net/manual/en/refs.webservice.php

I’m sure if you’re more discriptive about your intent we might be able to give you better suggestions.