I tried to singlequote it, i tried to addslashes in it, but nothing work.

""Jay Blanchard"" <[EMAIL PROTECTED]> escreveu na mensagem 
news:[EMAIL PROTECTED]
[snip]
[snip]
Look at carefully, when i print my $var, two &nbsp; are inserted into it.

Do you know why it´s happen?
[/snip]

What is the R$ for?
[/snip]

Never mind. My output is
R$50,00

Even though the $ is not single-quoted(to avoid confusion) as it should be;

$var='R$'."<font>".number_format(50,2,",",".")."</font>"; 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to