check box gen.

Discussion in 'PHP' started by thataaronkid, Mar 25, 2008.

  1. #1
    hi, im coding a generator right now but i have a quick question. Im trying to figure out how to add the checkbox when coding it in php

    notice on this generator: http://www.myspacelayoutgenerator.org/generators/myspace-layout-generator.php

    under main text > text styles.

    notice how it has a checkbox option by underline, bold ETC.

    how would i go about coding that part?

    thanks in advance. :]
     
    thataaronkid, Mar 25, 2008 IP
  2. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #2
    Not sure if I understand your question, but creating a checkbox is easy enough HTML:

    <input type="checkbox" name="checkbox_1" />
    Code (markup):
     
    blueparukia, Mar 25, 2008 IP
  3. thataaronkid

    thataaronkid Peon

    Messages:
    124
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    oh haha. i forgot, its coded in HTML, but just has the php inserts.
    i feel dumb now. haha

    but thank you! :]
     
    thataaronkid, Mar 25, 2008 IP