Need help with php forum registration?

  • Thread starter Thread starter ownsuall
  • Start date Start date
O

ownsuall

Guest
if ($_POST[password] != $_POST[password2]){$passwordcheck = "Fail";$passwordcheckwhy = "Passwords do not match";}else{$passwordcheck = "Passed";$passwordcheckwhy = "No arguments";}
is there a script like this that i can change so that if the input name is too long or too short i can have an event happen
 
Back
Top