Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to check confirm password in php

if ($_POST["password"] === $_POST["confirm_password"]) {
   // success!
}
else {
   // failed :(
}
 
PREVIOUS NEXT
Tagged: #check #confirm #password #php
ADD COMMENT
Topic
Name
8+6 =