★ wanayoo — archive 1999 http://fr.php.net/manual/it/function.mysql-fetch-row.phpNouvelle recherche | Portail wanayoo
PHP Tuesday, March 20, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  

lookup:
Manuale PHPManuale PHP
MySQLMySQL
 mysql_affected_rowsmysql_affected_rows
 mysql_change_usermysql_change_user
 mysql_closemysql_close
 mysql_connectmysql_connect
 mysql_create_dbmysql_create_db
 mysql_data_seekmysql_data_seek
 mysql_db_namemysql_db_name
 mysql_db_querymysql_db_query
 mysql_drop_dbmysql_drop_db
 mysql_errnomysql_errno
 mysql_errormysql_error
 mysql_fetch_arraymysql_fetch_array
 mysql_fetch_assocmysql_fetch_assoc
 mysql_fetch_fieldmysql_fetch_field
 mysql_fetch_lengthsmysql_fetch_lengths
 mysql_fetch_objectmysql_fetch_object
 mysql_fetch_rowmysql_fetch_row
 mysql_field_flagsmysql_field_flags
 mysql_field_namemysql_field_name
 mysql_field_lenmysql_field_len
 mysql_field_seekmysql_field_seek
 mysql_field_tablemysql_field_table
 mysql_field_typemysql_field_type
 mysql_free_resultmysql_free_result
 mysql_insert_idmysql_insert_id
 mysql_list_dbsmysql_list_dbs
 mysql_list_fieldsmysql_list_fields
 mysql_list_tablesmysql_list_tables
 mysql_num_fieldsmysql_num_fields
 mysql_num_rowsmysql_num_rows
 mysql_pconnectmysql_pconnect
 mysql_querymysql_query
 mysql_resultmysql_result
 mysql_select_dbmysql_select_db
 mysql_tablenamemysql_tablename

previousmysql_fetch_object
mysql_field_flagsnext

Last updated: Sat, 17 Mar 2001
view this page in English | Brazilian Portuguese | Czech | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Spanish | Plain HTML

mysql_fetch_row

(PHP 3, PHP 4 )

mysql_fetch_row -- Get a result row as an enumerated array

Description

array mysql_fetch_row (int result)

Returns: An array that corresponds to the fetched row, or false if there are no more rows.

mysql_fetch_row() fetches one row of data from the result associated with the specified result identifier. The row is returned as an array. Each result column is stored in an array offset, starting at offset 0.

Subsequent call to mysql_fetch_row() would return the next row in the result set, or false if there are no more rows.

See also: mysql_fetch_array(), mysql_fetch_object(), mysql_data_seek(), mysql_fetch_lengths(), and mysql_result().

previousmysql_fetch_object
mysql_field_flagsnext

Last updated: Sat, 17 Mar 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 1998-2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Tue Mar 20 09:31:23 2001 MET