Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-04-16 (9 years ago) | Not yet rated by the users | Total: 490 | All time: 5,595 This week: 1,110 |
Version | License | PHP version | Categories | |||
entitize 1.0 | GNU Lesser Genera... | 4 | HTML, Text processing |
Description | Author | |
This is a simple class that can be used to convert a text string into HTML entities. |
To use the class, simply include it on your PHP file: include('class.entitize.php'); Then, instantiate the class: $entitize = new Entitize(); Now, you can convert any string into HTML entities by doing so: $email = $entitize->convert('jonathan@exploitedweb.com'); $text = 'This text is not readable when viewed in source code'; $text = $entitize->convert($text); Have fun! |
Files |
File | Role | Description |
---|---|---|
class.entitize.php | Class | Class Entitize |
sample.php | Example | Sample file |
readme.txt | Doc. | Usage |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Classes for PHP Classes for PHP |
Pages that reference this package |
Classes for PHP PHP is currently the most trusted web programming language... |