Chapter 2 Programming with PHP Part 1
form.html Script 2.1 on pages orm.html orm.html ch02\form.html
GET omer&gender=M&age=35 omer&gender=M&age=35 GET is less secure since data is transmitted in the clear. GET is used for requesting information.
POST Form data is in the body of the packet. POST is used when an action is expected; updating of a database record or sending of an .
handle_form.php Script 2.2 on page 42 cript_02_02/form.html cript_02_02/form.html ch02\script_02_02\handle_form.php - teletype text = monospace font