Augusto Cesar Castoldi wrote:
> 
> In the begin of my site, I have the following code:
> <?
> $buffer = str_replace("%99", $total, $buffer);
> ?>
> 
> And somewhere on <html> tag I write %99.
> 
> I pretend to replace the %99 with $total. Why it doesn't work? When I
> publish my site appears the %99 on screen, and not the $total.
> 
> thanks,
> 
> Augusto Cesar Castoldi
> 

Hi there,

I guess you have print $buffer

Jason

-- 
Jason Murray
Developer
http://www.jwebmedia.com/
1 877 525 jWEB

-- 
PHP General 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