| 
 Posted by Marek Kilimajer on 06/15/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
 
  
Navigation:
[Reply to this message] 
 |