I need to basically forward post variables get the response and feed it back to an ajax post.
Essentially : I have an ajax post that needs to post to an ASP file. This file needs to forward these post variables to a PHP file and await a response. The ASP file should then receive a response and relay that to the callback on the original ajax post.
I can write this quite quickly in PHP but am hoping for an ASP classic alternative as it is on a windows server with no PHP support.
Thanks in advance.