List of PHP database manipulation functions

FUNCTION DESCRIPTION
mysqli_connect(server, username, password) Connects to database server.
mysqli_connect_error() Returns which error has occured during connecting to datbase.
mySQLi_query(database_handle, query) Executes the given query on database (manipulates data).