sesam_field_name --
Return one column name of the result set
Syntax
int sesam_field_name ( string result_id, int index )
Returns the name of a field (i.e., the column name) in the result
set, or FALSE on error.
For "immediate" queries, or for dynamic columns, an empty string
is returned.
Note:
The column index is zero-based, not one-based as in SESAM.
See also: sesam_field_array(). It provides an
easier interface to access the column names and types, and allows
for detection of "multiple fields".
Php sesam field name Function syntax tag
sesam field name php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php sesam field name syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.