<?php if ($_POST) { //Setting $lineapi = trim($_POST['textArea4']); $firstname = trim($_POST['firstname']); $chkid = trim($_POST['chkid']); $chknamep = trim($_POST['chknamep']); $chkdos = trim($_POST['chkdos']);
<?php if ($_POST) { echo '<pre>'; print_r($_POST); //Setting $lineapi = trim($_POST['textArea4']); $firstname = trim($_POST['firstname']); $chkid = trim($_POST['chkid']); $chknamep = trim($_POST['chknamep']); $chkdos = trim($_POST['chkdos']);
class Input { public function post($name, $default = '', $trim = true) { $value = (isset($_POST[$name]) ? $_POST[$name] : ''); if (empty($value)) { return $default;// คืนค่า $default นี้ไปถ้ามันว่างเปล่า } if (is_scalar($value) && $trim === true) { // scalar คือ... http://php.net/manual/en/function.is-scalar.php // ใช่ scalar ค่อยให้ trim $value = trim($value); } return $value; } }
$Input = new Input(); $myname = $Input->post('name'); echo $myname;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง