Submit button deactivation

Discussion in 'PHP' started by sunpetok, Aug 23, 2007.

  1. #1
    I need help on how to deactivate a submit button after submission so as not to have multiple entries in my database. Again, i need help on code that will not allow anyone registering on my site to proceed to the next stage of registration without agreeing to my privacy statement just as it work on this board when one is trying to register without agreeing to the conditions of the board.
     
    sunpetok, Aug 23, 2007 IP
  2. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #2
    Hello,

    <input type="submit" disabled="disabled" value="submit">

    Jakomo
     
    jakomo, Aug 23, 2007 IP