PHP MySQL: mysql_fetch_row() FunctionTag: mysql, database, mysql_fetch_row Category: PHP Databasepost: 02 Mar 2008 read: 1,788 php mysql basic step by step tutorial - part 11: Mysql_fetch_row() function takes the data from $result variable in per line. The first take is the top-ranking data line. The data that it takes is in the array shape where the element from array is the field of data table. For example, in the program of data_employees, the syntax of $row = mysql_fetch_row($result) will produce:
and so on until the while order get the false value then the restarting will be stopped.
|
| | Give Your Opinion | Recommend |
|

