1. 首页
  2. 数据库
  3. 其它
  4. php实现的MySQL通用查询程序

php实现的MySQL通用查询程序

上传者: 2020-12-22 20:52:43上传 PDF文件 40.04KB 热度 8次
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
下载地址
用户评论