⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buy.php

📁 ∷源码简介∷ 简介: 本程序采用php+mysql构建。运行速度更快,更安全,运行程序目录中install.php进行安装 1、采用模块化后台管理。可轻松管理电影数据。实现影片等级制度。隐藏影
💻 PHP
字号:
<?
include_once("globla.php");
require $movie_root.("/Connections/showmov.php");
include_once("Config.php");
include_once("webtop.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="img/Netbar_css.css" rel="stylesheet" type="text/css" />
<link href="CSS/STYLE.CSS" rel="stylesheet" type="text/css" />
<script>
function chksub()
{
	if(document.form1.id.value=="")
		{
		alert('请选择购买的信息');
		document.form1.id.focus();
		return false;
		}
		return true;
}
</script>
</head>
<body>
<table width="783" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="#ffffff">
  <tr>
    <td width="195"><TABLE width=190 height=150 border=0 align="center" cellPadding=0 cellSpacing=0 id=Table_01>
<TBODY>
<TR>
<TD><IMG height=40 alt="" src="img/left_1_dl_01.gif"
width=190></TD>
</TR>
<TR>
<TD height="169" align="center" background="img/left_1_dl_02.gif">
<iframe src="login.php" name="I2" width="181" align="center" scrolling="no" frameborder="0" class="STYLE1" border="0" height="167"> 浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></TD>
</TR>
<TR>
<TD><IMG height=9 alt="" src="img/left_1_dl_03.gif"
width=190></TD>
</TR>
</TABLE>
<TABLE id=Table_01 height=249 cellSpacing=0 cellPadding=0 width=189
border=0>
<TBODY>
<TR>
<TD><IMG height=41 alt=""
src="img/left_4_zt_01.gif"
width=189></TD></TR>
<TR>
<TD height=197 valign="top" background="img/left_4_zt_02.gif"><table width="90%"  border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td align="left"><script src="newfilm.php"></script></td>
</tr>
</table></TD>
</TR>
<TR>
<TD><IMG height=11 alt=""
src="img/left_4_zt_03.gif"
width=189></TD>
</TR></TBODY></TABLE>

<TABLE id=Table_01 height=248 cellSpacing=0 cellPadding=0 width=189 
      border=0>
            <TBODY>
              <TR>
                <TD height="42"><IMG height=42 alt="" 
            src="img/left_3_ph_01.gif" 
            width=189></TD>
              </TR>
              <TR>
                <TD 
          background="img/left_3_ph_03.gif" 
          height=196><script src="hots.php"></script></TD>
              </TR>
              <TR>
                <TD height="10"><IMG height=10 alt="" 
            src="img/left_3_ph_04.gif" 
            width=189></TD>
              </TR>
            </TBODY>
          </TABLE>

<TABLE width=195 height=200
border=0 align="center" cellPadding=0 cellSpacing=0 id=Table_01>
<TBODY>
<TR>
<TD width="195"><IMG height=57 alt=""
src="img/left_7_xz_01.gif" border=0></TD>
</TR>
<TR>
<TD
background="img/left_7_xz_02.gif"
height=121>
<TABLE height=121 cellSpacing=0 cellPadding=3 width="80%"
align=center border=0>
<TBODY>
<TR>
<TH scope=row><a target="_blank" href="soft/IE6.exe"><IMG height=33
src="img/ie6.gif"
width=143 border=0></a></TH></TR>
<TR>
<TH scope=row><a target="_blank" href="wmp9.exe"><IMG height=33
src="img/wmp9.gif"
width=143 border=0></a></TH></TR>
<TR>
<TH scope=row><a target="_blank" href="soft/realOne.exe"><IMG height=33
src="img/realoned.gif"
width=143 border=0></a></TH></TR></TBODY></TABLE></TD></TR>
<TR>
<TD><IMG height=22 alt=""
src="img/left_7_xz_03.gif"
width=195></TD>
</TR></TBODY></TABLE>
</td>
    <td width="568" valign="top">
	<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse:collapse">
      <tr>
        <td background="img/movie_reorder_bei.gif">&nbsp;</td>
      </tr>
      <tr>
        <td><table width="100%" border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse">
          <form id="form1" name="form1" method="post" action="nextbuy.php" onsubmit="return chksub();"><tr>
            <td width="13%" align="center">选择</td>
            <td width="12%" align="center">价格(rmb)</td>
            <td width="13%" align="center">面值</td>
            <td width="13%" align="center">消费</td>
            <td width="14%" align="center">等级</td>
            <td width="35%" align="center">描述</td>
          </tr>
		  <?
		  $sql="select * from jdzcnnet_setting";
		  $reslut=mysql_query($sql);
		  while($rs=mysql_fetch_object($reslut))
		  {?>
          <tr>
            <td align="center">
              <label>
                <input type="radio" name="id" value="<?=$rs->id?>" />
                </label>            </td>
            <td align="center"><?=$rs->money?>元</td>
            <td align="center"><?=$rs->count?></td>
            <td align="center"><?
			if($rs->usertype==1){
			echo "包月消费";
			}
			else
			{
			echo "扣点消费";
			}
			?></td>
            <td align="center"><?=chklevel($rs->userlevel)?></td>
            <td align="center"><?=$rs->content?></td>
          </tr><?
		  }?>
		  <tr>
		    <td>支付方式:</td>
		    <td colspan="5"><label>
          <select name="giveme" id="giveme">
            <option value="1">在线银行</option>
            <option value="2">声讯电话支付</option>
            <option value="3">互联星空支付</option>
            <option value="0">银行汇款</option>
          </select>
        </label></td>
		    </tr>
		  <tr>
		  <td>&nbsp;</td>
		  <td colspan="5"><label>
		    <input name="Submit" type="submit" class="button1" value="下一步" />
		  </label></td>
		    </tr>
		  </form>
        </table>
          <p>本站开通:电话支付,在线银行转帐,互连星空支付手机支付.时实开通.</p>
          <p>采用用户汇款用户请记下您的定单编号.立即与我们的客服人员联系.</p></td>
      </tr>
      <tr>
        <td background="img/movie_reorder_bei.gif">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -