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
fbsql_insert_id(3) - php
mysqli_real_query(3) - php
mssql_query(3) - php
fbsql_affected_rows(3) - php
msql_connect(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!