Welcome Guest, Not a member yet? Register   Sign In
Check if form has been submitted?
#10

[eluser]Bob Stein[/eluser]
Thanks for the information in this thread. It helped me with something yesterday.

But it seems an even simpler piece of code will work than any that have been suggested here, although the suggestions in this thread also work. Try this:

Code:
if ($_POST)
{
// do something
}

Pretty self-explanatory, I think. Simple but effective.


Messages In This Thread
Check if form has been submitted? - by El Forum - 01-27-2009, 11:22 AM
Check if form has been submitted? - by El Forum - 01-27-2009, 03:22 PM
Check if form has been submitted? - by El Forum - 01-27-2009, 08:01 PM
Check if form has been submitted? - by El Forum - 01-27-2009, 08:32 PM
Check if form has been submitted? - by El Forum - 01-28-2009, 10:09 AM
Check if form has been submitted? - by El Forum - 01-28-2009, 10:39 AM
Check if form has been submitted? - by El Forum - 01-28-2009, 10:40 AM
Check if form has been submitted? - by El Forum - 01-28-2009, 10:47 AM
Check if form has been submitted? - by El Forum - 03-28-2010, 09:12 PM
Check if form has been submitted? - by El Forum - 05-05-2010, 10:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB