Download presentation
Presentation is loading. Please wait.
1
Programming with PHP Part 1
Chapter 2 Programming with PHP Part 1
2
form.html Script 2.1 on pages 37-8
ch02\form.html
3
GET <form method=“get”>
GET is less secure since data is transmitted in the clear. GET is used for requesting information.
4
POST <form method=“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 .
5
handle_form.php Script 2.2 on page 42
ch02\script_02_02\handle_form.php The <pre> tag defines preformatted text. Text in a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.