print HTML Escape Characters on webpage
hi
i want to print © on webpage instead of copyright symbol on first instance in the following code , but i'm getting copyright symbol twice http://i54.tinypic.com/1581gu8.jpg PHP Code:
|
Re: print HTML Escape Characters on webpage
&copy
|
Re: print HTML Escape Characters on webpage
Quote:
|
Re: print HTML Escape Characters on webpage
Code:
<?php |
Re: print HTML Escape Characters on webpage
Quote:
HTML Code:
<!-- |
Re: print HTML Escape Characters on webpage
Quote:
In HTML it's more like encoding characters with the & and related reference. See here for common symbols. |
Re: print HTML Escape Characters on webpage
thanx to all for replies
|
| All times are GMT -4. The time now is 01:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.