51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#pdo
pdo的使用
<?php/**pdo的使用**/try{$dbh=newPDO('mysql:host=localhost;dbname=wc','root','root');foreach($dbh->query('SELECT*fromss')as$row){echo'<br/>';print_r($ro...
代码星球
·
2020-04-02
pdo
使用
解决Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
php 5个版本,5.2、5.3、5.4、5.5,怕跟不上时代,新的服务器直接上5.5,但是程序出现如下错误:Deprecated:mysql_connect():Themysqlextensionisdeprecatedandwillberemovedinthefuture:usemysqliorPDOin...
IT猿
·
2020-03-26
mysql
in
解决
Deprecated
connect
首页
上一页
1
2
3
4
5
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他