去掉‘23’<a href="index.php?fileid='<?php echo $row['fileID']?>'">

来源:互联网 发布:移动网络玩网页游戏 编辑:程序博客网 时间:2024/05/16 16:01
             $del=$_GET['fileid'];
               if(get_magic_quotes_gpc())//如果get_magic_quotes_gpc()是打开的
               {
                    $del=stripslashes($del);//将字符串进行处理
               }
            $del= trim($del,"'");
0 0
原创粉丝点击