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.

PHP HTML Checkbox

Discussion in 'PHP' started by vijaykoul, Aug 21, 2005.

  1. #1
    HI frnds,

    I have an issue. Can we call php on html element's events. I wud like to fill in the text box with the value of whichsoever checkbox is clicked just using PHP and strictly no Javascript.
    Can I do it
    If i can then how

    Thanks in advance
    Vijay Koul
     
    vijaykoul, Aug 21, 2005 IP
  2. Kalev

    Kalev Peon

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    As PHP is running on server and not on client machine like javascript it's only possible if each time when user clicks a checkbox page will be reloaded.

    This not a very good idea.
     
    Kalev, Aug 22, 2005 IP
  3. mck9235

    mck9235 Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    JavaScript is the only way you can do it, I think. (vbscript?) Also that would probaly have to be in the X..Request format thing..
     
    mck9235, Aug 23, 2005 IP