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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -