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

📄 inc4.php

📁 六合特码投注系统
💻 PHP
字号:

	<table width="700" border="0" cellpadding="3" cellspacing="2">
      <tr>
        <td>
		赔率设定&nbsp;&nbsp;
		<a href="home.php?id=3">返回</a></td>
      </tr>
    </table>
	
<?php
$id2=$_GET['id2'];

$exec="Select * from p where id=".$id2; 
mysql_query("set names gbk");
$resu=mysql_query($exec); 
$rs=mysql_fetch_object($resu);
?>
    <form name="form" method="post" action="pedit.php" style="margin:0" autocomplete="off">
	<table width="320" border="0" cellpadding="4" cellspacing="1" bgcolor="#000066">
      <tr>
        <td align="center" bgcolor="#375d9e"><strong style="color:#FFFFFF">编号</strong></td>
        <td align="center" bgcolor="#375d9e"><strong style="color:#FFFFFF">类型</strong></td>
        <td align="center" bgcolor="#375d9e"><strong style="color:#FFFFFF">数字</strong></td>
        <td align="center" bgcolor="#375d9e"><strong style="color:#FFFFFF">赔率</strong></td>
        <td align="center" bgcolor="#375d9e"><strong style="color:#FFFFFF">设定</strong></td>
      </tr>
      <tr>
        <td align="center" bgcolor="#FFFFFF">
		<input name="id" type="hidden" id="id" value="<?php Echo $rs->id;?>">
        <?php Echo $rs->id;?></td>
        <td align="center" bgcolor="#FFFFFF"><?php Echo $rs->s;?></td>
        <td align="center" bgcolor="#FFFFFF"><?php Echo $rs->sz;?></td>
        <td align="center" bgcolor="#FFFFFF"><input name="p" type="text" id="p" value="<?php Echo $rs->p;?>" size="9"></td>
        <td align="center" bgcolor="#FFFFFF"><input type="submit" name="Submit" value="设定"></td>
      </tr>
    </table>
	</form>
<?php
mysql_close();
?>

⌨️ 快捷键说明

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