<?php $g=$_GET['group']; $dbname=$_GET['dbn']; $hostmsql=$_GET['hmsql']; $cport=$_GET['port']; $usermysql=$_GET['umysql']; $passmysql=$_GET['pmysql']; $mysqlconn=mysql_connect("$hostmsql","$usermysql","$passmysql") or die("Error Connect to Database"); $sql = "SHOW TABLES FROM $dbname"; $result = mysql_query($sql); $Num_Rows = mysql_num_rows($result); $Per_Page = 10; // Per Page $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); if($Num_Rows<=$Per_Page) { $Num_Pages =1; } else if(($Num_Rows % $Per_Page)==0) { $Num_Pages =($Num_Rows/$Per_Page) ; } else { $Num_Pages =($Num_Rows/$Per_Page)+1; $Num_Pages = (int)$Num_Pages; } //$sql .=" LIMIT $Page_star,$Per_Page"; //$result = mysql_query($sql); ?> <style type="text/css"> <!-- .style1 { color: #009900 } --> </style> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="image/banner_mysql.png" width="698" height="189" /></td> </tr> <tr> <td><div align="center"></div></td> </tr> <tr> <td><div align="center">กลุ่มแชร์ข้อมูล : <?php echo $g;?></div></td> </tr> <tr> <td><div align="center"> <?php //if (!$result) { // echo "ไม่สามารถเข้าถึงข้อมูลได้กรุณา Grant สิทธิ์การเข้าถึงข้อมูลให้กับระบบ"; //exit; //} ?> </div></td> </tr> <tr> <td><fieldset> <legend class="style1">ฐานข้อมูล MySQL</legend> <div align="center"> <table width="500" border="0" cellspacing="2" cellpadding="2"> <?php // for($i=$Page_Start;$i<$Per_Page;$i++){ // $row = mysql_fetch_row($result); while ($row = mysql_fetch_row($result)) { ?> <tr> <td width="11"><div align="left"><img src="image/ttb.jpg" width="42" height="30" /></div></td> <td width="475"><div align="left"><a href="Aindex.php?a=13&tname=<?php echo $row[0]; ?>&prot=<?php echo $cport;?>&umysql=<?php echo $usermysql;?>&hmsql=<?php echo $hostmsql;?>&dbn=<?php echo $dbname;?>&pmysql=<?php echo $passmysql;?>&group=<?php echo $g;?>"> <?php echo $row[0]; ?> </a></div></td> </tr> <?php } //mysql_free_result($result); ?> </table> <br /> Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&a=123&group=$g&port=$cport&umysql=$usermysql&hmsql=$hostmsql&dbn=$dbname&pmysql=$passmysql'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&a=123&group=$g&port=$cport&umysql=$usermysql&hmsql=$hostmsql&dbn=$dbname&pmysql=$passmysql'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&a=123&group=$g&port=$cport&umysql=$usermysql&hmsql=$hostmsql&dbn=$dbname&pmysql=$passmysql'>Next>></a> "; } mysql_close($mysqlconn); ?> </div> </fieldset> </td> </tr> <tr> <td><div align="center"></div></td> </tr> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง