ID: 9444
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Feature/Change Request
Assigned To: 
Comments:

You can easily do this with the outputbuffering functions:
ob_start();
show_source("filename");
$contents = ob_get_contents();
ob_end_flush();

Previous Comments:
---------------------------------------------------------------------------

[2001-02-25 13:21:06] [EMAIL PROTECTED]
Can you make it so that when you call show_source that you can set its output as a 
variable:

ie: $var = show_source( $file );

Thanks!

Brad Taylor
Senior Web Content Developer
BradCom Industries LTD

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9444&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to