PHP Functions : SESAM Database Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions SESAM Database Functions
Help URL: http://www.php.net/manual/en/ref.sesam.php
Items Related to SESAM Database Functions
Inner Elements of SESAM Database Functions
SESAM Database Functions contains following items:
- sesam_affected_rows (sesam affected rows)
- sesam_commit (sesam commit)
- sesam_connect (sesam connect)
- sesam_diagnostic (sesam diagnostic)
- sesam_disconnect (sesam disconnect)
- sesam_errormsg (sesam errormsg)
- sesam_execimm (sesam execimm)
- sesam_fetch_array (sesam fetch array)
- sesam_fetch_result (sesam fetch result)
- sesam_fetch_row (sesam fetch row)
- sesam_field_array (sesam field array)
- sesam_field_name (sesam field name)
- sesam_free_result (sesam free result)
- sesam_num_fields (sesam num fields)
- sesam_query (sesam query)
- sesam_rollback (sesam rollback)
- sesam_seek_row (sesam seek row)
- sesam_settransaction (sesam settransaction)
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
|