1 / 8

การติดต่อสื่อสารผ่านแบบฟอร์ม HTML

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>

Faraday
Download Presentation

การติดต่อสื่อสารผ่านแบบฟอร์ม HTML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Olarik Surinta Management Information System Faculty of Informatics การติดต่อสื่อสารผ่านแบบฟอร์ม HTML

  2. PHP File Structure ok.php form.html

  3. 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>

  4. PHP File Structure ok.php form.html data.txt add.php add.php

More Related