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

📄 show.php

📁 PHP源码_环保设计大赛网上投票系统
💻 PHP
字号:
<?PHPinclude ("huanbao.connect.php");  $table_vote_ip='huanbao_vote_ip';  $table_vote_list='huanbao_vote_list';$query = "select sum(number) as sum_number from ".$table_vote_list;$result = mysql_query($query,$db);$row = mysql_fetch_array($result);$all=$row[sum_number];$query = "select * from ".$table_vote_list;$result = mysql_query($query,$db);$num=mysql_num_rows($result);?><html><HEAD><TITLE>环保设计大赛</TITLE></HEAD><BODY><td><table><tr><?php   echo "<center>  <table border=\"0\" width=\"490\" class=\"bannertext\">    <tr>      <td width=\"490\" height=\"53\" colspan=\"3\">总票数:$all</td>    </tr>";while($row = mysql_fetch_array($result)){  $rr=$row[number];    echo "<tr><td width=\"131\" height=\"54\">"      ."第".$row[id]."号作品:".      "</td>      <td width=\"223\" height=\"54\">      <table width=\"223\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"black\">      <tr> <td bgcolor=\"#105588\"><img src=\"vote_view.gif\" width=\"";    echo ($rr/$all)*223;    echo"\" height=\"10\"><tr></table>".$rr."</td>      <td width=\"120\" height=\"54\">";echo round(($rr/$all)*10000)/100;echo "%</td>    </tr>";}echo "</table>";echo "<br><br><br>";?></td></table></tr></BODY></HTML>

⌨️ 快捷键说明

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