Server IP : 119.59.102.212 / Your IP : 18.117.197.188 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/faq/ |
Upload File : |
<?php if (id_sub_permission($id_sub) != 1) { permission_fail(); } $navig['faq'] = $data_name_menu_sub['name']; $navig['add_faq_form'] = "เพิ่มหัวข้อถาม-ตอบ"; navigator($navig); echo "<br>"; bar_header("เพิ่มหัวข้อถาม-ตอบ"); // Bar_Header fieldset_top("ถาม ตอบ"); ?> <br/> <form action="index.php?mod=faq_output&path=faq&id_sub=<?php echo $_GET['id_sub'] ?>" method="post" name="add" id="add" onSubmit="return checkadd()"> <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1"> <?php text_editor('444', '250', 'คำถาม', '2', '', 'question'); text_editor('444', '250', 'คำตอบ', '2', '', 'answer'); button_text('เพิ่มข้อมูล', 'btn_submit'); ?> </table> </form> <?php fieldset_down(); ?>