[thelist] [php] Dumb form question

Dru and Cindy Sellers dru at zetachi.org
Fri Nov 29 21:25:01 CST 2002


Hello All,

I feel retarded asking this question however I seem stuck without recourse.

Is there any difference in pulling values out of a select form element than
an input from element?

Source Code:
  <%
  echo "<label>Store: </label>";
  echo "<select name\"store\">\n";
  echo "  <option value=\"1\">Store 1</option> \n";
  echo "</select>";
  %>

  $store = $_POST['store'];

Thanks Everyone!!!

dRu
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.417 / Virus Database: 233 - Release Date: 11/8/02




More information about the thelist mailing list