ID: 20806 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Feedback Bug Type: *General Issues Operating System: NT4 PHP Version: 4.2.3 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-12-04 05:13:18] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the existing bug instead. Thank you for your interest in PHP. ------------------------------------------------------------------------ [2002-12-04 05:11:48] [EMAIL PROTECTED] I have created a table with the field names as numerical values from 1-10 (i.e. field is named 1 and is a tinyint[2]). Preceeding these numerical fields I have a text[255] field. When browsing the db the text field displays the number 1 instead of its correct text. Changing the value of field named 1 corrects this issue. e.g. this is how it should look. +==========+=+ |text field|1| +==========+=+ | text |1| +----------+-+ and this is how it looks. +==========+=+ |text field|1| +==========+=+ | 1 |1| +----------+-+ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20806&edit=1
