Edit report at http://bugs.php.net/bug.php?id=51631&edit=1
ID: 51631 Updated by: [email protected] Reported by: evgpanchenko at gmail dot com Summary: MySQLi query result depend on browser -Status: Open +Status: Feedback Type: Bug Package: MySQLi related Operating System: Windows/Linux PHP Version: 5.3.2 New Comment: Please check what the source of the page you are receiving. Is it the same? If yes, then the browser is the problem. Previous Comments: ------------------------------------------------------------------------ [2010-04-22 11:50:22] evgpanchenko at gmail dot com Description: ------------ I have in MySQL Table with columns price DECIMAL(6,2), issm tinyint, cnt int When I run request SELECT IF(issm=1, ROUND(price/cnt, 6), price) AS price, issm with mysqli i get 12,000000 1 12,000000 0 in Opera and Chrome but i get 12,000000 1 12,00 0 in mozilla and IE ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51631&edit=1
