|
You can have an ASPX page send data to a PHP script for processing, but there is no way I'm aware of that the data in a PHP script can be sent back to an ASPX page. If you are going to successfully modify this website, you need to learn ASP.NET, which is what your ASPX page is. Either that or rewrite it in PHP, which you say you're familiar with.
As an aside, I'm moving this thread to the ASP.NET forum, which is where it really belongs.
|