 |
PHP: mysql_result - Manual - PHP: Hypertext Preprocessor
The warning against mixing the use of mysql_result with other result set functions is a bit generic. More specifically, mysql_result alters the result set's internal row pointer (at least in a LAMP environment). This is anything but obvious as the nature
php.net |
 |