> <?php include('http://somedomain.com/'); ?> > give error Failed opening 'http://somedomain.com/' for inclusion
you tried ... <?php include('http://somedomain.com/index.html'); ?> would it not be more beneficial to open the files (fopen, fread)? this way you can parse the page if needed, and add your own headers / footers without killing any HTML -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php