|
PHP5中文手册
msql_query(PHP 4, PHP 5) msql_query — Send mSQL query 说明
resource msql_query
( string $query
[, resource $link_identifier
] )
msql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. 参数
返回值Returns a positive mSQL query identifier on success, or FALSE on error. 范例
Example#1 msql_query() example
<?php |