Home > php教程 > php手册 > php连接sql2008(实战篇)

php连接sql2008(实战篇)

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:44:42
Original
902 people have browsed it

 

 

至于php连接mssql2008的方法可以参考我博客的其他文章会有介绍
操作的话
我们可以先阅读下载的插件内的帮助文件,里面写的很详细可惜是英文的
也可以在线获取手册,有中文的很方便地址是
http://technet.microsoft.com/zh-cn/library/hh352126(SQL.10).aspx
http://msdn.microsoft.com/zh-cn/library/hh352126(v=SQL.10).aspx


下面写我的一个简单的测试
基本的功能都有了

包括連接數據庫 執行SQL 獲取記錄數和內容 獲取字段數和內容


 

 

 

 

 

php-sql2008 

 

 

 

$serverName = "(local)"; //鞈

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template