Problem solved after converting:
to
col_x was used in the database by default. Thank You Ben. Really appreciate it
Code:
$criteria = array("email" => $_POST["email"]);
Code:
$criteria = array("col_2" => $_POST["email"]);
col_x was used in the database by default. Thank You Ben. Really appreciate it