Select Box - Value selected from variable

by 1 replies
2
#website design #box #select #selected #variable
  • To check the box, include the option within the input tag; like this:

    <input type="checkbox" checked="yes" name="optionName" value="optionValue" />

    As for how you store and fetch their choices - that's not a difficult job for a php programmer but would take a lot more than a short forum post to answer! Perhaps you could let me know how much php you know already.

Next Topics on Trending Feed