msql_db_query
(PHP 3, PHP 4, PHP 5)
msql_db_query -- Send mSQL query
説明
resource
msql_db_query ( string database, string query [, resource link_identifier] )
msql_db_query() selects a database and executes a query
on it.
パラメータ
- database
The name of the mSQL database.
- query
The SQL query.
-
link_identifier
mSQL接続。
指定されない場合、msql_connect()により直近にオープンされたリンクが
指定されたと仮定されます。そのようなリンクがない場合、この関数は、
msql_connect()をコールした時と同様にリンクを確立し、使用します。
戻り値
Returns a positive mSQL query identifier to the query result, or FALSE
on error.