Hi all,
At this moment I have 2 web applications, one written on ASP.NET and another one is written on PHP. ASP.NET will provide one form for user to key in data while PHP will later receive that data and process it. Finally, PHP will send the result of the processed data to the user email address.
My question is...
How can I make the PHP application transparent to the user, meaning that, the user will never see it and know what it does? The final page the user might see just only ASP.NET page displaying message:
"The result will be sent to your email address, please check your email!"
Anyone here has experience on handling this? Please..