PHP Tutorial MySQLi
MySQLi
- Change the default database for the connection: in PHP
- Change the user of the specified database connection in PHP
- Create an SSL connection in PHP
- Delete Data In a Database in PHP
- Dump debug info into the log in PHP
- Escape special characters in a string in PHP
- Execute multi query and print result in PHP
- Fetch a result row as a numeric array and as an associative array in PHP
- Fetch a result row as an associative array in PHP
- Fetch all rows and return the result-set as an associative array in PHP
- Fetch rows from a result-set, then free the memory associated with the result in PHP
- Get MySQL protocol version in PHP
- Get a character set object, with its properties in PHP
- Get a list of errors for the most recent function call, if any in PHP
- Get auto-generated id in the last query in PHP
- Get default character set for the database connection in PHP
- Get info for all fields, and print each column ' s name, table, and max length in PHP
- Get information about the most recently executed query in PHP
- Get meta-data for a column, then print the field ' s name, table, and max length in PHP
- Get stats about client per-process in PHP
- Get stats about the client connection in PHP
- Get the MySQL server hostname and connection type in PHP
- Get the MySQL server version in PHP
- Get the SQLSTATE error code for the last MySQL operation in PHP
- Get the current configuration setting of magic_quotes_gpc in PHP
- Get the current row of a result set, then print each field ' s value in PHP
- Get the last error code for the most recent function call, if any in PHP
- Get the last error description for the most recent function call, if any in PHP
- Get the length of the fields in the result set in PHP
- Get the number of columns for the most recent query in PHP
- Get the number of fields (columns) in a result set in PHP
- Get the number of rows in a result set in PHP
- Get the thread ID for the current connection, then kill the connection in PHP
- Get thread ID for the current connection, then kill the connection in PHP
- Initialize a statement and return an object to use with mysqli_stmt_prepare() in PHP
- Modify data in a table in PHP
- Open a new connection to the MySQL server in PHP
- Perform multiple queries against the database with mysqli_next_result() in PHP
- Perform queries against the database in PHP
- Ping a mysql server connection in PHP
- Print out affected rows from different queries in PHP
- Return an array of objects that represent the columns in a result set in PHP
- Return the MySQL client library version in PHP
- Return the next field (column) in the result set, then print each field ' s name, table, and max length in PHP
- Seek to row number 15 in the result-set in PHP
- Set cursor to the first column, print the field ' s name, table, and max length in PHP
- Set the default client character set in PHP
- Sort the data in a recordset with ORDER BY keyword in PHP
- Turn off auto-committing, make some queries, commit the queries, then roll back the current transaction in PHP
- Use WHERE clause to filter records in PHP