08-12-2008, 01:05 AM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
In php you can do this thing:
PHP Code:
ob_start(); ob_flush();
I really really like these functions. However, I cannot use them while using smarty, because the entire template runs through without me being able to interfere. Now, I could split up the template files and cut them where I want to use ob_flush(), but It seems half-assed.
__________________
Signatures are nothing but incriminating.
|
|
|