Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.
string msql_fieldname (int query_identifier, int field)
Msql_fieldname() returns the name of the
specified field. query_identifier is the
query 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.