80 likes | 320 Views
Olarik Surinta Management Information System Faculty of Informatics. การติดต่อสื่อสารผ่านแบบฟอร์ม HTML. PHP File Structure. ok.php. form.html. Form.html. <html><head><title>input – output </title></head> <body> <FORM ACTION=“ok.php” METHOD=“POST”> ทดสอบการรับส่งข้อความ <br>
E N D
Olarik Surinta Management Information System Faculty of Informatics การติดต่อสื่อสารผ่านแบบฟอร์ม HTML
PHP File Structure ok.php form.html
Form.html <html><head><title>input – output </title></head> <body> <FORM ACTION=“ok.php” METHOD=“POST”> ทดสอบการรับส่งข้อความ <br> ชื่อ: <INPUT TYPE=“text” NAME=“name” SIZE=“30”><br> นามสกุล: <INPUT TYPE=“text” NAME=“surname” SIZE=“30”><br> ตำแหน่ง: <INPUT TYPE=“text” NAME=“position” SIZE=“30”><br> </FORM> </body> </html>
PHP File Structure ok.php form.html data.txt add.php add.php