Hi, We have recently upgraded our mysql server from 4.0.X to 4.1.7. But now, the mysql_fetch_array() & mysql_fetch_assoc() doesn't work anymore when escaping fields names like that: SELECT `name` FROM `db`; mysql_fetch_assoc() returns a associative arrays, but not with good key names (somes binary characters like square character or '#B'...), and some lines are missing. With: SELECT name FROM `db`; It works fine... But sometimes we _really_ need to escape field name. Running php 4.3.9. Is it a known bug? -- Clément Moulin SimpleRezo - Simplifiez-vous le réseau ! Tél.: +33 871 763 102 - Web: http://www.simplerezo.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php