The Code for today's show is available at our: GitHub
Ivory Tower
Let's talk about Forms in HTML! HTML has two different ways to "submit" data that has been entered by a user into a form.
"GET" and "POST" Today, we're going to talk about "GET"
GET is the simpler of the two methods All it does is take whatever data the user entered into the form, and append it to the end of the "action" address If we type "Roger" into the "Name:" field, the URL that will be generated when we click "SUBMIT" is: "../cgi-bin/bunny.pl?BunnyName=Roger" Your browser will then request the server to run the script "bunny.pl" and pass it the string "BunnyName=Roger" Hosts: Fr. Robert Ballecer, SJ and Shannon Morse
Subscribe and get Coding 101 automatically at https://twit.tv/shows/coding-101 Follow PadreSJ and Snubs on Twitter Bandwidth for Coding 101 is provided by CacheFly.
hover.com promo code C1017