Posted by Marek Kilimajer on 10/21/32 11:15
Kirsten wrote:
>>preg_replace('/s+/', ' ', $html);
>>
>>but watch out, this js code will work:
>>
>>var v
>>alert(v)
>>
>>this one will not:
>>
>>var v alert(v)
>
>
> Sure....
> but now: how do I access the htm output of the current executing script
> before it is send to the user?
output buffering
[Back to original message]
|