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

📄 inc30.php

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

<?php
$exec="Select * from edu where name='".$_GET['name']."'"; 
mysql_query("set names gbk");
$resu=mysql_query($exec); 
$rs=mysql_fetch_object($resu);
?>
	<form name="form" method="post" action="hy3yu.php" style="margin:0">
	<table width="380" border="0" cellpadding="4" cellspacing="1" bgcolor="#000066">
      <tr>
        <td align="center" bgcolor="#375d9e"><font color="#FFFFFF">下注设定</font></td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF" style="Line-height:20px">
		现时信用馀存
		<input name="yu" type="text" id="yu" style="width:90; height:20; color:#000080" value="<?php Echo $rs->yu;?>">
		<input name="name" type="hidden" id="name" value="<?php Echo $_GET['name'];?>"></td>
      </tr>
    </table>
	<table width="380" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="34">
		<input type="submit" name="Submit" value="储存" style="color:#000080">
        <input type="reset" name="Submit2" value="取消" style="color:#CC0000"></td>
      </tr>
    </table>
	</form>

⌨️ 快捷键说明

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