What is the best way to stop multiple form submissions using PHP? -


i wanted know best way stop multiple form submissions using php, can please give example.

on client side can disable form button after clicked. however, provides basic level of security.

your next step prevent via php. in case, best have hidden field within form consists of unique , identifiable token. in order perform check, have keep list of tokens have been used in past , check if has been submitted before.


Comments

Popular posts from this blog

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

xslt - Umbraco and EXSLT sets do not work -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -