摘要:
<?php$db = 'ecs_e94f4d07d259f246';$conn = open_db($db);$data = show_db($db);echo($data);// 获取数据库信息function show_db($db) { $data = '<h1>数据库设计说明书('.$db.')</h1>'; $tables = show_tables(); foreach($tables as $key=>$val) { $table = current($val); $data .= '&l 阅读全文
posted @ 2013-01-07 11:30
coffee
阅读(1363)
评论(0)
推荐(0)
浙公网安备 33010602011771号