[PHP-DEV] Bug #669 Updated: HTML entities stored as such retrieve as meta-ASCII From: Bug Database (php-dev <email protected>)
Date: 08/23/98

ID: 669
Updated by: zeev
Reported By: whit <email protected>
Status: Closed
Bug Type: MySQL related
Assigned To:
Comments:

The MySQL module doesn't do any sort of translation
upon retreiving items from the database, unless you have
magic quotes runtime turned on, in which case it escapes
the fetched string with backslashes. Under no circumstances
are there any HTML entities converted one way or another.
Something probably breaking somewhere else.

If you can provide us with a short database dump and a
short script that uses it to reproduce the problem, we'd
be able to assist you (submit a new bug report).

Full Bug description available at: http://ca.php.net/bugs.php3?id=669

--
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>