Jump to content

mdisch

New Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

mdisch's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Here is what I had <select name="to" size="1" value="<?php if(isset($_GET['to'])) echo $_GET['to']; ?>"/> <option selected value=" ">select one</option> <option value="President">President - Kimberly Kelstone</option> <option value="Vice President">Vice President - Aaron J. Gorelick</option> <option value="Secretary">Secretary - Elisa Mlynar</option> <option value="Treasurer">Treasurer - Don Heinz</option> <option value="Director">Director - Kathryn Petersen, Carmen Sciandra, Brent Bocian</option> <option value="SIAR">Student Interpreting Association Representative - Courtney Williams</option> <option value="GVRBoard">GVR Board - all of the above</option> </select> Thanks, that helps what I didn't have is echo selected with if.
  2. I have a contact form working perfectly fine with POST method in PHP after clicking submit button (http://www.gvrrid.org/contact). Now my question is how do I set the selected field box To: with value of President automatically reading from the URL (http://www.gvrrid.org/contact/?to=President)? I have tried changing to GET method and it still doesn't work.
  3. Here I am trying to figure out if there is a pre-defined variable that tells amount of data (in bytes) transferred. I would like to be able to make out an echo statement displaying the amount of data transferred from the browser form to the server by using GET or POST in form action. Tell me if you know, thanks! Matt
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.