Is it possible to include HTML or ASP file, (from any URL) in PHP ? If yes please help with some example/syntax.
Thank you.
You can include any file type you like. Don't expect an ASP file to get parsed though.
www.php.net/include www.php.net/require www.php.net/require_once
Be more specific about what you are trying to do. Sounds like you could use fsockopen, or you may just want to use iframes depending on what you need to do.