This PHP class is used to convert text characters into numeric HTML entities. The advantages of displaying HTML entities in the source code of your page is as follows:
- cloaks your email addresses from spiders and email-digging bots
- hides important information from web scrapers
- source code will be optimized for web browsers
- obfuscates your source code since users will see lots of HTML entities
- this class is portable to any PHP projects that requires entitizing
You can find this class on PHP Classes through this link:
http://www.phpclasses.org/package/5936-PHP-Convert-text-into-numeric-HTML-entities.html
One Response to Entitize Class for PHP 5
Leave a Reply Cancel reply
Categories
- Gaming (2)
- Personal (5)
- Rich Media (1)
- Search Engine (5)
- Web Development (7)
Archives
- September 2011 (1)
- January 2011 (3)
- April 2010 (1)
- February 2010 (1)
- January 2010 (1)
- April 2007 (1)
- March 2007 (4)
Facebook









[...] Entitize Class for PHP 5 (phpclasses.org) – hides plain text in HTML by converting string characters into HTML entities [...]