result->data_seek -- Adjusts the result pointer to an arbitary row in the result
Syntax
Procedural style:
bool maxdb_data_seek ( resource result, int offset )
Object oriented style (method):
class result { bool data_seek ( int offset ) }
The maxdb_data_seek() function seeks to an arbitrary result pointer
specified by the offset in the result set represented by
result. The offset parameter must be between
zero and the total number of rows minus one (0..maxdb_num_rows() - 1).
/* free result set*/ maxdb_free_result($result); }
/* close connection */ maxdb_close($link); ?>
The above examples would produce the following output:
City: Irvine State: CA
Php maxdb data seek Function syntax tag
maxdb data seek 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 maxdb data seek 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.