PHP submit form button question -


possible duplicate:
how handle multiple submissions server-side

how can stop submit form button being pressed multiple times resulting in sending data multiple times using php.

with javascript. make use of onclick event this:

<input type="submit" onclick="this.disabled=true;" /> 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -