can anybody show me an example of how i would use the mysql function mysql_store_result()?..... i've been looking and i haven't found any examples, and i can't understand how they explain the structure of it on the mysql documentation (http://dev.mysql.com/doc/mysql/en/my...re-result.html) they tell me this:
MYSQL_RES *mysql_store_result(MYSQL *mysql)
but i dont understand wat that means....
could u please also explain how to use mysql_stmt_data_seek()... they describe it as
void mysql_stmt_data_seek(MYSQL_STMT *stmt, my_ulonglong offset)
but i dont understand that either....
can anybody help?