PHP Functions : MySQL Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions My SQL Functions
Help URL: http://www.php.net/manual/en/ref.mysql.php
Items Related to MySQL Functions
Inner Elements of MySQL Functions
MySQL Functions contains following items:
- mysql_affected_rows (mysql affected rows)
- mysql_change_user (mysql change user)
- mysql_client_encoding (mysql client encoding)
- mysql_close (mysql close)
- mysql_connect (mysql connect)
- mysql_create_db (mysql create db)
- mysql_data_seek (mysql data seek)
- mysql_db_name (mysql db name)
- mysql_db_query (mysql db query)
- mysql_drop_db (mysql drop db)
- mysql_errno (mysql errno)
- mysql_error (mysql error)
- mysql_escape_string (mysql escape string)
- mysql_fetch_array (mysql fetch array)
- mysql_fetch_assoc (mysql fetch assoc)
- mysql_fetch_field (mysql fetch field)
- mysql_fetch_lengths (mysql fetch lengths)
- mysql_fetch_object (mysql fetch object)
- mysql_fetch_row (mysql fetch row)
- mysql_field_flags (mysql field flags)
- mysql_field_len (mysql field len)
- mysql_field_name (mysql field name)
- mysql_field_seek (mysql field seek)
- mysql_field_table (mysql field table)
- mysql_field_type (mysql field type)
- mysql_free_result (mysql free result)
- mysql_get_client_info (mysql get client info)
- mysql_get_host_info (mysql get host info)
- mysql_get_proto_info (mysql get proto info)
- mysql_get_server_info (mysql get server info)
- mysql_info (mysql info)
- mysql_insert_id (mysql insert id)
- mysql_list_dbs (mysql list dbs)
- mysql_list_fields (mysql list fields)
- mysql_list_processes (mysql list processes)
- mysql_list_tables (mysql list tables)
- mysql_num_fields (mysql num fields)
- mysql_num_rows (mysql num rows)
- mysql_pconnect (mysql pconnect)
- mysql_ping (mysql ping)
- mysql_query (mysql query)
- mysql_real_escape_string (mysql real escape string)
- mysql_result (mysql result)
- mysql_select_db (mysql select db)
- mysql_stat (mysql stat)
- mysql_tablename (mysql tablename)
- mysql_thread_id (mysql thread id)
- mysql_unbuffered_query (mysql unbuffered query)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|