I have a web site written in classic AASP. The server supports PHP as well. I have a PHP script that resizes images, and need to execute that script from within the ASP code. I can call the PHP script from the web page via ajax, but would prefer to save the bandwidth and just have the ASP script call the PHP directly. It could be either asynchronously, or synchronously.
Thanks in advance!
Sloan