if(get_magic_quotes_gpc()==1){
?>
MySQL(和PHP搭配之最佳组合)通用查询程序
注意本程序需要将php
(做为现在的主流开发语言)配置文件(php
(做为现在的主流开发语言)3为php
(做为现在的主流开发语言)3.ini,php
(做为现在的主流开发语言)4为php
(做为现在的主流开发语言).ini)中的magic_quotes_gpc
设成Off或0,修改后请重新启动apache
(Unix平台最流行的WEB服务器平台).
exit();
}
set_magic_quotes_runtime(0);
$host = localhost;
$db = test;
$user = test;
$pass = ;
// [ php
(做为现在的主流开发语言)/inc/str2url.php
(做为现在的主流开发语言) ] cvs 1.2
function str2url($path){
return eregi_replace("/","/",urlencode($path));
}
?>
MySQL(和PHP搭配之最佳组合)通用查询程序
if($cmd){
$con = MySQL
(和PHP搭配之最佳组合)_pconnect($host,$user,$pass) or die(无法连接.$host.服务器);
MySQL
(和PHP搭配之最佳组合)_select_db($db,$con) or die(无法连接.$db.数据库);
$rst = MySQL
(和PHP搭配之最佳组合)_query($sql,$con) or die($sql.出错);
if($cmd==查询){
$num_fields = MySQL
(和PHP搭配之最佳组合)_num_fields($rst);
echo
;
echo
;
echo .$sql.;
echo
;
for($i=0;$i .MySQL(和PHP搭配之最佳组合)_field_name($rst,$i).;
echo
;
while($row=MySQL(和PHP搭配之最佳组合)_fetch_row($rst)){
echo ;
for($i=0;$i .$row[$i].;
echo
;
}
echo
;
MySQL
(和PHP搭配之最佳组合)_free_result($rst);
}
else echo 有 .MySQL
(和PHP搭配之最佳组合)_affected_rows($con). 行受影响;
}
?>
http://www.bkjia.com/PHPjc/509049.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/509049.htmlTechArticleif(get_magic_quotes_gpc()==1) ? html headtitleMySQL (和PHP搭配之最佳组合) 通用查询程序/title/head body 注意本程序需要将php (做为现在的主流开发语言) 配...
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn