%PDF-1.5 % ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY
Server IP : 122.155.17.190 / Your IP : 18.218.196.220 Web Server : Apache/2 System : Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 User : bungkla ( 1054) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/bungkla/domains/bungkla.go.th/private_html/news/ |
Upload File : |
<?php require_once('../admin/Connections/conndb.php'); ?> <?php mysql_select_db($database_conndb, $conndb); $query_rsCat = "SELECT * FROM news_category ORDER BY cat_id"; $rsCat = mysql_query($query_rsCat, $conndb) or die(mysql_error()); $row_rsCat = mysql_fetch_assoc($rsCat); $totalRows_rsCat = mysql_num_rows($rsCat); ?> <!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=windows-874" /> <title>Untitled Document</title> <link href="../styles.css" rel="stylesheet" type="text/css" /> <style type="text/css"> body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color:#fff; font-family: 'Kanit', sans-serif; a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } </style></head> <body> <div align="center"> <table width="99%" border="0" cellspacing="2" cellpadding="2"> <?php do { ?> <tr> <td width="5%" align="center" valign="top"><img src="../images/icc5.png" width="16" height="16" /></td> <td width="95%"><div align="left"><a href="../news/admin.php?cat_id=<? echo $row_rsCat['cat_id']; ?>" class="manu1"> <?php echo $row_rsCat['cat_name']; ?> <hr></a></div></td> </tr> <?php } while ($row_rsCat = mysql_fetch_assoc($rsCat)); ?> </table> </div> </body> </html>