With HTML Forms We Will Present Tow Methods of Transmittion Data to the Server
Total Page:16
File Type:pdf, Size:1020Kb
Server Side Programming with PHP CPAN 542
Lecture 4: Forms
In HTML forms, method represents how the data will be sent to the server (Get or Post) and action represents the URL of the program that will process the form data (for example, it might be a CGI program, ASP, JSP or servlet). Also, for post method, you can only specify an email address where the form data will be sent. For example
Upload this form to your account on the HAL server and make a link from your index page to this form.