Need a quick php job.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Adult Site Traffic
    Confirmed User
    • Mar 2003
    • 5093

    #1

    Need a quick php job.

    http://adult-site-traffic.com/stats/order

    I need to add either a checkbox or a no/yes radio button that sends me the answer when it sends the form.

    I need it right below the drop box.

    I prefer a no/yes radio with no selected.

    If you are good and smart and timely, I may have another job for you

    ICQ 121760557
    E-Mail Me


    .

    ALL Domains and Websites are GOING AWAY NOW! Ask me!
    Many great domains, mainstream and adult, some complete sites with databases, some names with traffic and PR, some investment quality names. Come take a look! { Traffic Orders: Please go here }

    .:: SHARPEN the Elite - BURN the leftovers! Ooh-Rah!! ::.
  • MickeyG
    Confirmed User
    • May 2004
    • 4134

    #2
    I dont see why you need php, just add the form fields, unless you mean the processing script

    <input type="checkbox" name="question" value="ON">

    <input type="radio" value="yes" checked name="question">
    <input type="radio" name="question" value="No">

    to get the result of the form field in your php script just use $_REQUEST['question']
    Last edited by MickeyG; 06-15-2005, 05:57 AM.

    Comment

    Working...