<input name="choice[]" type="checkbox" id="choice[]" value="<?php echo $row['member_id']; ?>">
$c_array=count($choice); if($c_array!=0){ for($i=0;$i<$c_array;$i++){ echo $choice[$i]; } }
$choice = $_REQUEST['choice'];
$sql="select * from databass where id IN ( "; for($i=0;$i<$c_array;$i++){ $sql=$sql.",'".$choice[$i]."'"; } $sql=$sql.")";
$c_array=count($choice); if($c_array!=0){ $rpsql="select * from go_db where pid in("; for($i=0;$i<$c_array;$i++){ $rpsql.=",'".$choice[$i]."'"; } $rpsql.=")"; } $rprs=mysql_db_query($db,$rpsql); while($rprc=mysql_fetch_array($rprs)){ echo view($rprc['g_date']); ?> }
$choices = join(',' $choice); $rpsql = "SELECT * FROM go_db WHERE pid IN ({$choices})";
<a href="print_get.php?txtbegin=<? echo $begin; ?>&txtend=<? echo $end; ?>&choice=<? echo $choice); ?>" target="_blank">พิมพ์รายงาน</a>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง