php .net data exchange -
We have 2 web applications which are running in a php / apache and the second one is .net / IIS How can I exchange data between these two web applications?
Actually the process we exchange data from / our PHP web application and the net web application using the REST API. How can we do this in PHP ...? I never had any experience that was handling net-web applications and communicating with them.
Any suggestions and ideas are really appreciated Thanks!
Do you need exchange on web pages? Either one or both of the web services are there? Either way, the best way to transfer data is using JSON () - it does not have a structure or overhead, it can be repeated through XML and .NET, PHP, and javascript data.
I hope this helps.
Comments
Post a Comment