Welcome Guest, Not a member yet? Register   Sign In
Form Validation and password change?
#2

[eluser]Edmundas KondraĊĦovas[/eluser]
I'm guessing you need a simple IF statement:

Code:
if(isset($_POST['password']) AND isset($_POST['password2']))
{
    // add validation rules
}

// The rest of the code...


Messages In This Thread
Form Validation and password change? - by El Forum - 03-14-2009, 03:03 PM
Form Validation and password change? - by El Forum - 03-14-2009, 03:07 PM
Form Validation and password change? - by El Forum - 03-14-2009, 03:10 PM
Form Validation and password change? - by El Forum - 03-14-2009, 03:36 PM
Form Validation and password change? - by El Forum - 03-14-2009, 04:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB