PHP Functions : Microsoft SQL Server Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Microsoft SQL Server Functions
Help URL: http://www.php.net/manual/en/ref.mssql.php
Items Related to Microsoft SQL Server Functions
Inner Elements of Microsoft SQL Server Functions
Microsoft SQL Server Functions contains following items:
- mssql_bind (mssql bind)
- mssql_close (mssql close)
- mssql_connect (mssql connect)
- mssql_data_seek (mssql data seek)
- mssql_execute (mssql execute)
- mssql_fetch_array (mssql fetch array)
- mssql_fetch_assoc (mssql fetch assoc)
- mssql_fetch_batch (mssql fetch batch)
- mssql_fetch_field (mssql fetch field)
- mssql_fetch_object (mssql fetch object)
- mssql_fetch_row (mssql fetch row)
- mssql_field_length (mssql field length)
- mssql_field_name (mssql field name)
- mssql_field_seek (mssql field seek)
- mssql_field_type (mssql field type)
- mssql_free_result (mssql free result)
- mssql_free_statement (mssql free statement)
- mssql_get_last_message (mssql get last message)
- mssql_guid_string (mssql guid string)
- mssql_init (mssql init)
- mssql_min_error_severity (mssql min error severity)
- mssql_min_message_severity (mssql min message severity)
- mssql_next_result (mssql next result)
- mssql_num_fields (mssql num fields)
- mssql_num_rows (mssql num rows)
- mssql_pconnect (mssql pconnect)
- mssql_query (mssql query)
- mssql_result (mssql result)
- mssql_rows_affected (mssql rows affected)
- mssql_select_db (mssql select db)
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
|