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

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

MySQL通用查詢程序

瀏覽:18日期: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 數據庫
主站蜘蛛池模板: 宁城县| 营口市| 文登市| 大关县| 平阳县| 商丘市| 尼玛县| 湟中县| 阳高县| 宿州市| 赤峰市| 枝江市| 婺源县| 中卫市| 古蔺县| 胶州市| 本溪| 临沂市| 正安县| 金溪县| 天祝| 成武县| 阿图什市| 栖霞市| 福州市| 社会| 响水县| 万盛区| 萨迦县| 手机| 水富县| 白玉县| 兴安县| 仁怀市| 清涧县| 东源县| 伊川县| 中宁县| 抚远县| 襄汾县| 文水县|