 |
PHP: mysql_fetch_array - Manual - PHP: Hypertext Preprocessor
If you use implode() with the return value by mysql_fetch_array, if you use MYSQL_BOTH on parameter 2, the result is not really what you're expecting. For example : my sql database contains "Amine, Sarah, Mohamed"; $array = mysql_fetch_array($resource ...
php.chinaunix.net |
 |