一 代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>应用结合变量执行查询操作</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
-->
</style></head>
<body>
<?php
include_once ('../adodb5/adodb.inc.php'); //载入(include)adodb.inc.php文件
$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; //设置字段为结果集索引
$conn = ADONewConnection('mysql'); /

最低0.47元/天 解锁文章
2万+

被折叠的 条评论
为什么被折叠?



