I need to import an html page generated by another server in my html page generated by php. It's possible?
SERVER A ---> HTML (How???) ---> include in php
Hmm. Are you saying that ASP spits out an HTML page and you want that page to be in a .php file?
A simple include wouldnt work? Maybe I am missing something. Are you wanting to keep the values of variables?
I've tryed with an include but how can I include html generated by an asp insted the asp ??!?!? for example include(try.asp) include the asp file but not the html file generated when I view a simple page