网站首页

>>

PHP初级教程手册


函数: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)

[ 上一页 下一页 ]

|