• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

PHP用switch语句设计网站主页

php 搞代码 4年前 (2022-01-22) 21次浏览 已收录 0个评论

一 PHP脚本

index.php

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>switch语句的应用</title><style type="text/css"><!--body {background-color: #F1EFEB;margin-left: 00px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}.STYLE4 {color: #154049;font-size: 13px;}a:link {text-decoration: none;color: #0A323C;}a:visited {text-decoration: none;color: #006600;}a:hover {text-decoration: none;color: #000033;}a:active {text-decoration: none;color: #003366;}--></style></head><body><center><table width="850" height="80" border="0" cellpadding="0" cellspacing="0">  <tr>    <td width="333" height="50">&nbsp;</td>    <td width="90">&nbsp;</td>    <td width="71">&nbsp;</td>    <td width="74">&nbsp;</td>    <td width="73" align="right">&nbsp;</td>    <td width="75" class="STYLE4">返回首页</td>    <td width="83" class="STYLE4">加入收藏</td>    <td width="51">&nbsp;</td>  </tr>  <tr>    <td height="30">&nbsp;</td>    <td align="center">&nbsp;</td>    <td align="center"><span class="STYLE4"><a href="index.php?lmbs=最新商品">&nbsp;最新商品</a></span></td>    <td align="center"><span class="STYLE4"><a href="index.php?lmbs=热门商品">&nbsp;热门商品</a></span></td>    <td align="center"><span class="STYLE4"><a href="index.php?lmbs=<?php echo urlencode("推荐商品");?>">推荐商品</a></span></td>    <td align="center"><span class="STYLE4"><a href="index.php?lmbs=<?php echo urlencode("特殊商品");?>">特殊商品</a></span></td>    <td align="center"><span class="STYLE4"></span></td>    <td>&nbsp;</td>  </tr></table><table width="850" border="0" cellpadding="0" cellspacing="0">  <tr>    <td width="196" height="520" align="center" valign="top"><table width="180" height="523" border="1" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#F1F1F1">      <tr>        <td height="25" align="center" bgcolor="#FFFFFF"><span class="STYLE4">&nbsp;&nbsp;<a href="index.php?lmbs=最新商品">&nbsp;最新商品</a></span></td>      </tr>      <tr>        <td height="25" align="center" bgcolor="#FFFFFF"><span class="STYLE4">&nbsp;&nbsp;<a href="index.php?lmbs=热门商品">&nbsp;热门商品</a></span></td>      </tr>      <tr>        <td height="25" align="center" bgcolor="#FFFFFF"><span class="STYLE4">&nbsp;&nbsp;&nbsp;<a href="index.php?lmbs=<?php echo urlencode("推荐商品");?>">推荐商品</a></span></td>      </tr>      <tr>        <td height="25" align="center" bgcolor="#FFFFFF"><span class="STYLE4">&nbsp;&nbsp;&nbsp;<a href="index.php?lmbs=<?php echo urlencode("特殊商品");?>">特殊商品</a></span></td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td>      </tr>      <tr>        <td height="25" bgcolor="#FFFFFF">&nbsp;</td&gt<strong style="color:transparent">本文来源gao@daima#com搞(%代@#码@网&</strong><strong>搞gaodaima代码</strong>;      </tr>    </table></td>    <td width="600" align="center" valign="top"><table width="595" border="0" cellspacing="0" cellpadding="0">      <tr>        <td align="center" bgcolor="#FFFFFF"><?php switch($_GET[lmbs]){case "最新商品":        include "index1.php";    break;case "热门商品":        include "index2.php";    break;case "推荐商品":        include "index3.php";    break;case "特殊商品":        include "index4.php";    break;case "":        include "index4.php";    break;}?></td>      </tr>    </table></td>    <td width="54">&nbsp;</td>  </tr></table></center></body></html>

搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:PHP用switch语句设计网站主页
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址