Server IP : 119.59.102.212 / Your IP : 3.149.249.184 Web Server : Apache/2 System : Linux narin 2.6.32-042stab142.1 #1 SMP Tue Jan 28 23:44:17 MSK 2020 x86_64 User : yangkam ( 1022) 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/yangkam/domains/yangkam.go.th/public_html/coremain/module/move/ |
Upload File : |
<?php $navig['move']="ข้อมูลการโอนย้าย อปท."; $navig['move_add']="รายละเอียดข้อมูล"; navigator($navig); echo "<br>"; bar_header("ข้อมูลการโอนย้าย อปท."); // Bar_Header fieldset_top("รายละเอียดข้อมูล"); if($p_id_news!="") { $id_news=trim($p_id_news); } include('coremain/connec_out.php'); echo"<table width='100%' border='0' cellspacing='1' align='center' cellpadding='0'>"; if($_SESSION[admin_web]=="admin"){ $sqlnews="select * from cms_move where id=$id_news"; }else{ $sqlnews="select * from cms_move where id=$id_news and status=1"; } $resultnews=mysql_query($sqlnews); $co=mysql_num_rows($resultnews); if($co==0){ echo "<br><br><b><center>*** ไม่พบข้อมูล</center></b><br><br>"; exit; } $datanews = mysql_fetch_array($resultnews); { // เนื้อหาข่าว echo" <tr>"; echo"<td width='100%'>"; echo "<img src='coremain/images/topic.gif'> <b>$datanews[topic]</b> "; echo"<br><br> $datanews[fulltexts]<br><br><br>"; echo"</td>"; echo"</tr>"; // ไฟล์ประกอบ if($datanews[files]!=""){ echo" <tr>"; echo"<td width='100%'>"; echo "<p align='center'><a href='$datanews[files]' target=blank><u>ไฟล์ประกอบ</u></a></p>"; echo"</td>"; echo"</tr>"; } // รายละเอียดอื่น ๆ echo" <tr>"; echo"<td width='100%'>"; echo "<p align='right'><br><b>ประกาศโดย</b> : $datanews[who]<br><b>วันที่ประกาศ : </b>$datanews[date_post]</p>"; echo"</td>"; echo"</tr>"; } echo"</table>"; fieldset_down(); mysql_close($handle_out); include("$_SESSION[web_name]/connect.php"); ?>