Server IP : 119.59.102.212 / Your IP : 3.14.248.121 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/private_html/coremain/module/web/project/ |
Upload File : |
<? // Status Package Module $status_module=select_query("status_module","cms_status_module","id","18"); if($status_module[0]!=1) { fieldset_no_module(); } $navig['project']="ผลงานของเรา"; $navig['project_full']="รายละเอียดผลงาน"; navigator($navig); echo"<br>"; bar_header("รายละเอียดผลงาน"); // Bar_Header fieldset_top("ผลงานของเรา"); if($p_id_project!="") { $id_project=trim($p_id_project); } // แสดงเนื้อหาข่าวประชาสัมพันธ์ echo"<table width='100%' border='0' cellspacing='1' align='center' cellpadding='0'>"; $data=select_query("*","cms_project","id",$id_project); { // เนื้อหาข่าว echo" <tr>"; echo"<td width='100%'>"; echo "<img src='coremain/images/topic.gif'> <b>$data[topic]</b> "; echo"</td>"; echo"</tr>"; echo" <tr>"; echo"<td width='100%'>"; echo ""; echo"<br> งบประมาณ : $price<br>"; echo"</td>"; echo"</tr>"; echo" <tr>"; echo"<td width='100%'>"; echo"<br> รายละเอียด : $data[fulltexts]<br>"; echo"</td>"; echo"</tr>"; // รูปประกอบข่าว if($data[pic1]!="") { box_picture($data[pic1],"center"); msg_picture($data[explain1],""); } if($data[pic2]!="") { box_picture($data[pic2],"center"); msg_picture($data[explain2],""); } if($data[pic3]!="") { box_picture($data[pic3],"center"); msg_picture($data[explain3],""); } if($data[pic4]!="") { box_picture($data[pic4],"center"); msg_picture($data[explain4],""); } // ไฟล์ประกอบข่าว if($data[files]!=""){ box_file($data[files]); } } echo"</table>"; fieldset_down(); ?>