1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help with forms please

Discussion in 'HTML & Website Design' started by gabre, Aug 7, 2006.

  1. #1
    I have someone who is going to do some calendar work for me using php,
    .
    He has suggested to me that i can save some time and money by creating a html page, with how i want the output to results look.
    And he will add the programming.

    He mentioned that i should give the text area's a value but i am not sure i understand what i am doing.

    I have made an input form page and i think its ok with values,
    but for the results page i don't see what more i can do but write out the text.

    For example,
    The month of January and the month of March

    Each month name is subject to change depending on what the input is, is it possible to give that space of text some value so he can link to it some how.

    I have no programming experience and i think there are differences in php, so in html is there anything more i can be doing to set a value to the underline piece of text, which is an out put.

    Thanks for your help i hope i have explained my self properly.
     
    gabre, Aug 7, 2006 IP
  2. Nafai

    Nafai Peon

    Messages:
    105
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you just give it a "name" or an "id" he should be able to link to it....


    Like:

    Month: [input name="monthname" value="January"]
     
    Nafai, Aug 7, 2006 IP
  3. Daniel

    Daniel Peon

    Messages:
    1,453
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes that's EXACTLY what needs to be done :)
     
    Daniel, Aug 8, 2006 IP
    Colleen likes this.
  4. gabre

    gabre Peon

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thankyou for helping me, the id tags the one talk later byee:D
     
    gabre, Aug 8, 2006 IP
    Colleen likes this.
  5. Nafai

    Nafai Peon

    Messages:
    105
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You're welcome =)
     
    Nafai, Aug 9, 2006 IP
    Colleen likes this.