<table width="599" border="1"> <tr> <th colspan="4">mssql+php</th> </tr> <tr> <th><a href="addform.php">add</a></th> <th><a href="updateform.php">update</a></th> <th><a href="delform.php">delete</a></th> <th><a href="index.php">search</a></th> <th><a href="selectall.php">select*from</a></th> <th> <a href="selectall.php?name=get1">get1 $_GET </a> </th> <th> <a href="selectall.php?name=get2">get2 $_GET </a> </th> </tr> </table>
<html> <head> </head> <body> <?php include("bar.php"); include("config.php"); ?> <?php if($_GET= 'get1') { $strSQL = "SELECT * FROM v_studentmail WHERE std_status LIKE '%1%'"; } else if ($_GET= 'get2'){ $strSQL = "SELECT * FROM v_studentmail WHERE std_status LIKE '%2%'"; } $objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="600" border="1"> <tr> <th width=""> <div align="center">CitizenID </div></th> <th width=""> <div align="center">Prefix </div></th> <th width="25"> <div align="center">FirstName </div></th> <th width="25"> <div align="center">LastName </div></th> <th width="25"> <div align="center">Mail1 </div></th> <th width="25"> <div align="center">WebMail1 </div></th> <th width=""> <div align="center">CurLevel </div></th> <th width=""> <div align="center">student_code_status </div></th> <th width="71"> <div align="center">std_status </div></th> <th width="71"> <div align="center">province </div></th> </tr> <?php while($objResult = mssql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?php echo $objResult["CitizenID"];?></div></td> <td><?php echo $objResult["Prefix"];?></td> <td><?php echo $objResult["FirstName"];?></td> <td><?php echo $objResult["LastName"];?></td> <td><?php echo $objResult["Mail1"];?></td> <td><?php echo $objResult["WebMail1"];?></td> <td><?php echo $objResult["CurLevel"];?></td> <td><?php echo $objResult["student_code_status"];?></td> <td><?php echo $objResult["std_status"];?></td> <td><?php echo $objResult["province"];?></td> </tr> <?php } ?> </table> <?php mssql_close($objConnect); ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง