Date: 11/02/98
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #888 Updated: Can't compile with use-system-regex=yes"
- Previous message: Afan Ottenheimer: "[PHP-DEV] Re: Bug #888 Updated: Can't compile with use-system-regex=yes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: agarcia <email protected>
Operating system: all
PHP version: 3.0.5
PHP Bug Type: Feature/Change Request
Bug description: revert functions for htmlspecialchars and htmlentities
Say you want to allways save plain text data in a database. And
you let the user modify the data via an html form:
You use htmlspecialchars to print the data:
<input type="text" name="test" value=""quote"">
When you update de database with the data the user
sent via form, you want to save it in plain text.
So, it'll be usefull to reverthtmlspecialchars($test).
Thanks.
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #888 Updated: Can't compile with use-system-regex=yes"
- Previous message: Afan Ottenheimer: "[PHP-DEV] Re: Bug #888 Updated: Can't compile with use-system-regex=yes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

