Jeremy -------------- <?php /** DocumentB.php */
$text = file_get_contents('DocumentA.php');
echo $text;?>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Jeremy -------------- <?php /** DocumentB.php */
$text = file_get_contents('DocumentA.php');
echo $text;?>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php