The system I'm using has a bug dealing with '
,is there a html format for '
?
Is there a PHP function to look up this ?
The system I'm using has a bug dealing with '
,is there a html format for '
?
Is there a PHP function to look up this ?
Just as a reference: http://www.asciitable.com/ is always a good help :)
Here is a reference chart for html special characters:
http://www.mindflip.com/inet/web/htmlchars.html
You can try '
or ‘
for a quote.
Character Entity Number Entity Name Description
" " " quotation mark
' ' ' apostrophe(does not work in IE)
& & & ampersand
< < < less-than
> > > greater-than