|
- MYSQLI function list by classes
- mysqli - connect, select_db, query, prepare, real_escape_string, commit/rollback
- stmt - bind_param, bind_result, close, error, errno, execute, fetch, num_rows, prepare, get_result
- result - fetch_all, fetch_array, fetch_assoc, fetch_object
- Quick Start
- http://php.net/manual/en/function.mysqli-execute.php
- http://php.net/manual/en/mysqli-stmt.bind-param.php
- http://php.net/manual/en/mysqli-stmt.fetch.php
- http://php.net/manual/en/mysqli-stmt.prepare.php
- http://php.net/manual/en/mysqli-stmt.get-result.php
- http://php.net/manual/en/mysqli-stmt.num-rows.php
- http://php.net/manual/en/mysqli-stmt.error.php
- http://php.net/manual/en/mysqli-stmt.errno.php
- http://php.net/manual/en/mysqli-stmt.affected-rows.php
-
- Blog for selecting first/least/max *row* per group
|