<?php

    ob_start();
    include( 'someFile.php' );
    $content = ob_get_contents();
    ob_end_clean();

?>

no I think he needs file_get_contents();

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to