On Mon, 2005-05-16 at 12:23, Carlos Palomino wrote:
> Hi everyone,
> I have just begun writing PHP web-pages and I have come across an interesting 
> issue. 
> Whenever I use special characters within my code such as: a "©", the 
> character 
> displays as a "?".

Because that's not valid HTML... See:
http://www.w3.org/TR/html401/sgml/entities.html

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

Reply via email to