Server IP : 119.59.102.212 / Your IP : 3.22.217.190 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/contact/ |
Upload File : |
<?php $navig['send_mail']="ส่งอีเมล์"; navigator($navig); echo"<br>"; bar_header("ส่งอีเมล์"); // Bar_Header fieldset_top("ส่งอีเมล์"); if($p_id_type!="") { $id_type=trim($p_id_type); } if($p_id_sub!="") { $id_sub=trim($p_id_sub); } ?> <form action="index.php?mod=send_mail_output&path=contact" method="post" enctype="multipart/form-data" name="add" onSubmit="return checkadd()"> <table width="98%" border="0" align="center" cellpadding="1" cellspacing="3"> <tr height="40"> <td width="125"><div align="left"><img src='coremain/images/marker.gif'> <strong>เรื่อง</strong></div></td> <td><div align="left"><input name="topic" type="text" size="60"></div></td> </tr> <tr height="40"> <td width="125"><div align="left"><img src='coremain/images/marker.gif'> <strong>ชื่อผู้ส่ง</strong></div></td> <td><div align="left"><input name="sende_rname" type="text" size="60"></div></td> </tr> <tr height="40"> <td width="125"><div align="left"><img src='coremain/images/marker.gif'> <strong>อีเมล์ผู้ส่ง</strong></div></td> <td><div align="left"><input name="sender_mail" type="text" size="60"></div></td> </tr> <tr height="40"> <td width="125"><div align="left"><img src='coremain/images/marker.gif'> <strong>ไฟล์แนบ</strong></div></td> <td><div align="left"><input name="file_send" type="file" size="46"></div></td> </tr> <?php text_editor("445","260","รายละเอียด", 2, $data['fulltexts']);?> </tr> <tr height="40"> <td></td> <td><div align="left"> <?php text_button_mail();?> </td> </tr> </table> </form> <?echo fieldset_down();?> <script language="javascript"> function checkadd() { if(document.add.topic.value=="") { alert("กรุณากรอกหัวเมลล์ !") ; document.add.topic.focus() ; return false ; } else return true ; } </script>