php man page for msql_db_query

Query: msql_db_query

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MSQL_DB_QUERY(3)														  MSQL_DB_QUERY(3)

msql_db_query - Send mSQL query

SYNOPSIS
resource msql_db_query (string $database, string $query, [resource $link_identifier])
DESCRIPTION
msql_db_query(3) selects a database and executes a query on it.
PARAMETERS
o $database - The name of the mSQL database. o $query - The SQL query. o $ link_identifier -The mSQL connection. If not specified, the last link opened by msql_connect(3) is assumed. If no such link is found, the function will try to establish a link as if msql_connect(3) was called, and use it.
RETURN VALUES
Returns a positive mSQL query identifier to the query result, or FALSE on error.
SEE ALSO
msql_query(3). PHP Documentation Group MSQL_DB_QUERY(3)
Related Man Pages
mysqli_real_query(3) - php
cubrid_unbuffered_query(3) - php
ingres_prepare(3) - php
msql_connect(3) - php
mysql_db_query(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!