Build Your Own Database-Driven Website Using PHP MySQL [Electronic resources]

Kevin Yank

نسخه متنی -صفحه : 190/ 151
نمايش فراداده

mysql_field_name

mysql_field_name(result_id, field_position)

This function returns the name of the specified field (field_position) in a result set (result_id).

The function name mysql_fieldname may also be used, but is deprecated.