PHP Tutorial Example
Example
PHP Mail
PHP Libxml
PHP HTTP
PHP Filter
PHP Zip
PHP Directory
PHP Error
PHP SimpleXML
PHP Calendar
PHP Date
PHP Misc
PHP XML
PHP FTP
PHP Math
PHP MySQL
PHP Filesystem
PHP Array
PHP String
PHP Tutorial
PHP Introduction
PHP Installation
PHP Syntax
PHP Variables
PHP Echo
PHP Strings
PHP Operators
PHP Comments
PHP Include File
PHP Require
PHP If Statement
PHP If Else
PHP Elseif
PHP Switch
PHP Forms
PHP Functions
PHP Array
PHP While Loop
PHP For Loop
PHP For Each
PHP Do While
PHP POST and GET
PHP Magic Quotes
PHP htmlentities
PHP Files
PHP File
PHP File Create
PHP File Open
PHP File Close
PHP File Write
PHP File Read
PHP File Delete
PHP File Append
PHP File Truncate
PHP File Upload
PHP Strings
PHP strpos
PHP str replace
PHP substrreplace
PHP Capitalization
PHP explode
PHP implode
PHP Advanced
PHP Date
PHP Session
PHP Cookies
PHP Include
PHP Email
PHP Secure Email
PHP Error
PHP Exception
PHP Filter
PHP and AJAX
AJAX Intro
AJAX PHP
AJAX Database
AJAX XML
AJAX Live Search
AJAX RSS Reader
AJAX Poll
PHP XML
XML Expat Parser
XML DOM
XML SimpleXML
PHP Database
MySQL Introduction
MySQL Connect
MySQL Create
MySQL Insert
MySQL Select
MySQL Where
MySQL Order By
MySQL Update
MySQL Delete
PHP ODBC
PHP Misc
PHP connection aborted Function
| Name | Description |
|---|---|
| PHP mysql_affected_rows() Function | Returns the number of affected rows in the previous MySQL operation |
| mysql_change_user() | Deprecated. Changes the user of the current MySQL connection |
| PHP mysql_client_encoding() Function | Returns the name of the character set for the current connection |
| PHP mysql_close() Function | Closes a non-persistent MySQL connection |
| PHP mysql_connect() Function | Opens a non-persistent MySQL connection |
| mysql_create_db() | Deprecated. Creates a new MySQL database. Use mysql_query() instead |
| PHP mysql_data_seek() Function | Moves the record pointer |
| PHP mysql_db_name() Function | Returns a database name from a call to mysql_list_dbs() |
| mysql_db_query() | Deprecated. Sends a MySQL query. Use mysql_select_db() and mysql_query() instead |
| mysql_drop_db() | Deprecated. Deletes a MySQL database. Use mysql_query() instead |
| PHP mysql_errno() Function | Returns the error number of the last MySQL operation |
| PHP mysql_error() Function | Returns the error description of the last MySQL operation |
| mysql_escape_string() | Deprecated. Escapes a string for use in a mysql_query. Use mysql_real_escape_string() instead |
| PHP mysql_fetch_array() Function | Returns a row from a recordset as an associative array and/or a numeric array |
| PHP mysql_fetch_assoc() Function | Returns a row from a recordset as an associative array |
| PHP mysql_fetch_field() Function | Returns column info from a recordset as an object |
| PHP mysql_fetch_lengths() Function | Returns the length of the contents of each field in a result row |
| PHP mysql_fetch_object() Function | Returns a row from a recordset as an object |
| PHP mysql_fetch_row() Function | Returns a row from a recordset as a numeric array |
| PHP mysql_field_flags() Function | Returns the flags associated with a field in a recordset |
| PHP mysql_field_len() Function | Returns the maximum length of a field in a recordset |
| PHP mysql_field_name() Function | Returns the name of a field in a recordset |
| PHP mysql_field_seek() Function | Moves the result pointer to a specified field |
| PHP mysql_field_table() Function | Returns the name of the table the specified field is in |
| PHP mysql_field_type() Function | Returns the type of a field in a recordset |
| PHP mysql_free_result() Function | Free result memory |
| PHP mysql_get_client_info() Function | Returns MySQL client info |
| PHP mysql_get_host_info() Function | Returns MySQL host info |
| PHP mysql_get_proto_info() Function | Returns MySQL protocol info |
| PHP mysql_get_server_info() Function | Returns MySQL server info |
| PHP mysql_info() Function | Returns information about the last query |
| PHP mysql_insert_id() Function | Returns the AUTO_INCREMENT ID generated from the previous INSERT operation |
| PHP mysql_list_dbs() Function | Lists available databases on a MySQL server |
| mysql_list_fields() | Deprecated. Lists MySQL table fields. Use mysql_query() instead |
| PHP mysql_list_processes() Function | Lists MySQL processes |
| mysql_list_tables() | Deprecated. Lists tables in a MySQL database. Use mysql_query() instead |
| PHP mysql_num_fields() Function | Returns the number of fields in a recordset |
| PHP mysql_num_rows() Function | Returns the number of rows in a recordset |
| PHP mysql_pconnect() Function | Opens a persistent MySQL connection |
| PHP mysql_ping() Function | Pings a server connection or reconnects if there is no connection |
| PHP mysql_query() Function | Executes a query on a MySQL database |
| PHP mysql_real_escape_string() Function | Escapes a string for use in SQL statements |
| PHP mysql_result() Function | Returns the value of a field in a recordset |
| PHP mysql_select_db() Function | Sets the active MySQL database |
| PHP mysql_stat() Function | Returns the current system status of the MySQL server |
| mysql_tablename() | Deprecated. Returns the table name of field. Use mysql_query() instead |
| PHP mysql_thread_id() Function | Returns the current thread ID |
| PHP mysql_unbuffered_query() Function | Executes a query on a MySQL database (without fetching / buffering the result) |

