PHP文件的写法!怎么个写法!拜托各位大神
filename=request("action")iffilename="grouppermission"thenresponse.Redirect"http://ww...
filename=request("action")if filename="grouppermission" thenresponse.Redirect " http://www.baidu.com "elseresponse.write"参数为空!"end if比如ASP这个代码的写法,怎么写到PHP文件里!希望各位!帮帮忙!
展开
1个回答
展开全部
<?php if(isset($_GET['action']) && $_GET['action']<>"" && $_GET['action']==“grouppermission”) { header("Location: http://baidu.com ") }else{ echo "参数为空"; } ?>
求采纳
求采纳
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询