久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

MySQL通用查詢程序

瀏覽:3日期:2023-10-26 13:44:37
if(get_magic_quotes_gpc()==1){;;;?><html><head><title>MySQL通用查詢程序</title></head><body>注意本程序需要將PHP配置文件(PHP3為php3.ini,PHP4為php.ini)中的magic_quotes_gpc設成Off或0,修改后請重新啟動Apache.</body></html>;;;<?;;;exit();}set_magic_quotes_runtime(0);$host = 'localhost';$db = 'test';$user = 'test';$pass = '';// [ php/inc/str2url.php ] cvs 1.2function str2url($path){;;;return eregi_replace("%2f","/",urlencode($path));}?><html><head><title>MySQL通用查詢程序</title></head><body><form action="<?echo str2url($PHP_SELF);?>" method="post">請輸入SQL語句:<br><textarea name="sql" cols="100" rows="5"><?echo $sql;?></textarea><br><input type="submit" name="cmd" value="查詢"><input type="submit" name="cmd" value="執行"></form><?if($cmd){;;;$con = mysql_pconnect($host,$user,$pass) or die('無法連接'.$host.'服務器');;;;mysql_select_db($db,$con) or die('無法連接'.$db.'數據庫');;;;$rst = mysql_query($sql,$con) or die($sql.'出錯');;;;if($cmd=='查詢'){;;;;;;$num_fields = mysql_num_fields($rst);;;;;;;echo '<hr>';;;;;;;echo '<table border="1" cellpadding="0" cellspacing="0">';;;;;;;echo '<caption align="center">'.$sql.'</option>';;;;;;;echo '<tr>';;;;;;;for($i=0;$i<$num_fields;$i++) echo '<th>&nbsp;'.mysql_field_name($rst,$i).'</th>';;;;;;;echo '</tr>';;;;;;;while($row=mysql_fetch_row($rst)){;echo '<tr>';;for($i=0;$i<$num_fields;$i++) echo '<td>&nbsp;'.$row[$i].'</td>';;echo '</tr>';;;;;;;};;;;;;echo '</table>';;;;;;;mysql_free_result($rst);;;;};;;else echo '有 '.mysql_affected_rows($con).' 行受影響';}?></body></html>
標簽: MySQL 數據庫
主站蜘蛛池模板: 抚顺县| 南江县| 博爱县| 德清县| 稻城县| 广南县| 汝南县| 嘉义县| 措勤县| 开封县| 青龙| 正阳县| 兴海县| 淮阳县| 七台河市| 南充市| 彰武县| 慈利县| 聂拉木县| 阿拉善盟| 虞城县| 油尖旺区| 临泉县| 嘉禾县| 连城县| 灌阳县| 会东县| 岳池县| 寿宁县| 睢宁县| 嵊州市| 西贡区| 阿坝| 尼木县| 白银市| 阿巴嘎旗| 铁力市| 双流县| 临江市| 广河县| 沐川县|