Hi I've included the following in a php document: <?php echo @ require_once("anyfile.php") > and it works exactly as I expect except at the end of the included document theres a single "1" displayed. I've noticed also that if I include a document in the included document the end result will be the document I want exactly as I want it with the addition of two ones "11"s can anyone tell me how to get rid of the ones? (if I run anyfile.php by itself there are no "1"s) Gary
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php