inc48.php

来自「六合特码投注系统」· PHP 代码 · 共 34 行

PHP
34
字号
	<table width="700" border="0" cellpadding="3" cellspacing="2">
      <tr>
        <td>帐户历史设定</td>
      </tr>
    </table>
	<form name="form" method="post" action="his.php" style="margin:0" autocomplete="off">
	<table width="380" border="0" cellpadding="4" cellspacing="1" bgcolor="#000066">
      <tr>
        <td aLign="center" bgcolor="#375d9e"><font COLOR="#FFFFFF">期 数</font></td>
        <td aLign="center" bgcolor="#375d9e"><font COLOR="#FFFFFF">时 间</font></td>
        <td aLign="center" bgcolor="#375d9e"><font COLOR="#FFFFFF">一周设定</font></td>
      </tr>
<?php
$exec="Select * from his order by id LIMIT 0,8";
mysql_query("set names gbk");
$resu=mysql_query($exec);
while($rs=mysql_fetch_object($resu)) 
{ 
?>
      <tr>
        <td aLign="center" bgcolor="#FFFFFF"><input name="<?php Echo $rs->id;?>qi" type="text" id="<?php Echo $rs->id;?>qi" size="8" value="<?php Echo $rs->qi;?>"></td>
        <td aLign="center" bgcolor="#FFFFFF"><input name="<?php Echo $rs->id;?>shi" type="text" id="<?php Echo $rs->id;?>shi" size="20" value="<?php Echo $rs->shi;?>"></td>
        <td aLign="center" bgcolor="#FFFFFF"><input name="<?php Echo $rs->id;?>we" type="text" id="<?php Echo $rs->id;?>we" size="8" value="<?php Echo $rs->we;?>"></td>
      </tr>
<?php
}
?>
    </table>
	<table width="700" border="0" cellpadding="3" cellspacing="2">
      <tr>
        <td><input type="submit" name="Submit" value="确定" style="color:#CC0000"></td>
      </tr>
    </table>
	</form>

⌨️ 快捷键说明

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