php checkbox and textbox combo

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hermanh128@gmail.com

    #1

    php checkbox and textbox combo

    I have a form which asks:

    How did you know about us?

    --friend
    --flyer, where_______
    --web
    --other, _______

    I want to store in the db whether the user checked the box and on
    certain questions, store the additional description, as indicated by
    the _____

    How do I go about in doing this? I need help getting the values to
    perform an INSERT in the mysql table using php.

  • Steve

    #2
    Re: php checkbox and textbox combo

    <hermanh128@gma il.comwrote in message
    news:1184794929 .666421.272700@ z24g2000prh.goo glegroups.com.. .
    |I have a form which asks:
    |
    | How did you know about us?
    |
    | --friend
    | --flyer, where_______
    | --web
    | --other, _______
    |
    | I want to store in the db whether the user checked the box and on
    | certain questions, store the additional description, as indicated by
    | the _____
    |
    | How do I go about in doing this? I need help getting the values to
    | perform an INSERT in the mysql table using php.

    so basically, 'can someone teach me, in a quick post, how to program using
    php?'


    Comment

    • Rik

      #3
      Re: php checkbox and textbox combo

      On Thu, 19 Jul 2007 19:50:40 +0200, petersprc <petersprc@gmai l.comwrote:
      This form shows how to do it:
      >
      <?

      Euhm, never trust short_tags...


      --
      Rik Wasmus

      Comment

      Working...