Complete PHP MySQL Reference
The mysql_field_name() function returns the name of a field in a recordset.
Returns the field name on success, or FALSE on failure.
| Parameter | Description |
|---|---|
| data | Required. Specifies which data pointer to use. The data pointer is the result from the mysql_query() function |
| field_offset | Required. Specifies which field to start returning. 0 indicates the first field |
The output of the code above could be:
Complete PHP MySQL Reference
Your message has been sent to W3Schools.