PDA

View Full Version : Include file with text from another site.


Morgoth
08-29-2002, 06:44 AM
Now I need to include a page that will say up or down or true and flase, and it will be pasted on a new page on a differnt server.

I tried:
<!-- #include file="http://www.ipdn.org/port.php" -->
but I don't think I can include a file from another server. Can I?


Any other methods of getting my asp server page to disply text that is from a php server page?
what about being able to have the php server page send a true or flase some how? this is possible?

glenngv
08-29-2002, 09:34 AM
use frame or iframe

Morgoth
08-29-2002, 11:25 AM
Originally posted by glenngv
use frame or iframe

Not an option.
In my opinon, frames are the devil.