摘要:
看一个实际情况有一张银行账号表createtableaccount(idintprimarykey,balancefloat);现在有一段php程序,要完成把1号10元钱,转到2号账号上connect_error){ die($mysqli->connect_error); } ... 阅读全文
posted @ 2016-01-17 20:51
小军的代码库
阅读(182)
评论(0)
推荐(0)
摘要:
conn=mysql_connect($this->host,$this->user,$this->password); if(!$this->conn){ die("连接数据库失败".mysql_error()); } ... 阅读全文
posted @ 2016-01-17 20:41
小军的代码库
阅读(484)
评论(0)
推荐(0)

浙公网安备 33010602011771号