RE: [PHP] Capturing script output

2003-08-21 Thread Chris W. Parker
Joel Konkle-Parker on Thursday, August 21, 2003 9:17 AM said: > Can anyone offer some advice as to what I should do here? 1. Remove the buffering calls that are within the script your trying to buffer. 2. Have the child script write it's output to a file on the serv

[PHP] Capturing script output

2003-08-21 Thread Joel Konkle-Parker
I've got somewhat of a methodology question here. I've got a YaBBSE message board that I'm trying to integrate into my site layout. On a regular page on my site, I call a page script that defines a body() function and some variables, then calls template.php to write the page. W