html - How to use "› or lrm" in breadcrumb using php? -


i implementing dresses › real dresses › real green dresses breadcrumb in php when use or "lrm;" in html code not displaying "›" character. how can fixed?

you can use html-entities this. html-entity › › - if replace sign this, should fine.

also make sure using utf-8 html-document , php-file, can use non-ascii-characters ›.


Comments