PHP3 Manual | ||
---|---|---|
Prev | Next |
msql_fieldname -- get field name
msql_fieldname() returns the name of the specified field. result is the result identifier, and field is the field index. msql_fieldname($result, 2); will return the name of the second field in the result associated with the result identifier.
Prev | Home | Next |
msql_fetch_row | Up | msql_field_seek |