At 11:31 14-7-03, you wrote:
Dear All,

I need to get results like this.............

<?
   $result  = get_executed_php_file_contents.php
?>
I use:
        ob_start();
                include('modules/file.php');
                $result=ob_get_contents();
        ob_end_clean();


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



Reply via email to