If it helps, I was able to include ASP within PHP
with a script I wrote.<br /><br />What I did for PHP was opened the ASP with a straight fopen; perhaps the fopen for ASP could get you similar results. Passing variables is possible, but only one-way.. it could probably be done two-way with some really complex coding, but that's beyond what I needed.. perhaps if I'm bored some week I'll do it <img src="/forum/images/graemlins/tongue.gif" alt="" /> Variables were passed via URL encoding. <br /><br />Anyhoo, hope that helps.