函数:msql_query() |
msql_query送出一个 query 字符串。 语法: int msql_query(string query, int [link_identifier]); 返回值: 整数 函数种类: 数据库功能
本函数送出 query 字符串供 mSQL 做相关的处理或者执行。参数 query 为合乎 SQL 语法的 query 字符串。若没有指定 link_identifier 参数,则程序会自动寻找最近打开的 ID。
msql() msql_select_db() msql_connect() 整理: (www.phpernote.com)
|