<!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=utf-8" /> <title>Untitled Document</title> </head> <body bgcolor="#FFFFFF"> <form name="form1" method="post" action="add_poll.php"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Webthaidd</b> <b><font color="#FF0000">Poll</font></b></td> </tr> <tr> <td> <? include('config.inc.php'); $query = mysql_query("SELECT * FROM poll WHERE active='yes'"); while($row = mysql_fetch_array($query)){ $pollid = $row['pollid']; $qpoll = $row['qpoll']; echo $qpoll."<BR>"; } $query = mysql_query("SELECT * FROM poll_ans WHERE pollid=$pollid ORDER BY ansid"); while($row = mysql_fetch_array($query)){ $ansid = $row['ansid']; $ans = $row['ans']; $n++; if($n==1){$check="checked";}else $check=""; echo "<input type=\"radio\" name=\"choice[]\" value=\"$ansid\" $check> $ans<BR>"; } ?> <input type="hidden" name="pollid" value="<? echo $pollid;?>"> </td> </tr> <tr> <td height="30"> <input type="submit" name="Submit" value="Vote"> </td> </tr> <tr> <td><font size="2">sdu</font></td> </tr> </table> </form> </body> </html> </body> </html>
include('config.inc.php'); $query = mysql_query("SELECT * FROM poll WHERE active='yes'"); while($row = mysql_fetch_array($query)){ $pollid = $row['pollid']; $qpoll = $row['qpoll']; echo $qpoll."<BR>"; $query = mysql_query("SELECT * FROM poll_ans WHERE pollid=$pollid ORDER BY ansid"); while($row = mysql_fetch_array($query)){ $ansid = $row['ansid']; $ans = $row['ans']; $n++; if($n==1){$check="checked";}else $check=""; echo "<input type=\"radio\" name=\"choice[]\" value=\"$ansid\" $check> $ans<BR>"; } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง