• Coding 101 26: Perl: Reading GET Form Actions

  • Jul 18 2014
  • Duración: 36 m
  • Podcast

Coding 101 26: Perl: Reading GET Form Actions  Por  arte de portada

Coding 101 26: Perl: Reading GET Form Actions

  • Resumen

  • 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

    Example:


    Name:


    • 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

    Guest: Patrick Delahanty

    Get in Touch With Us!
    • 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.

    Sponsor:

    • hover.com promo code C1017
    Más Menos
activate_primeday_promo_in_buybox_DT

Lo que los oyentes dicen sobre Coding 101 26: Perl: Reading GET Form Actions

Calificaciones medias de los clientes

Reseñas - Selecciona las pestañas a continuación para cambiar el origen de las reseñas.