diff --git a/gw-create.php b/gw-create.php index 129434c..697b5ea 100644 --- a/gw-create.php +++ b/gw-create.php @@ -17,7 +17,7 @@ if ($createnew === "1"){ $profid = mysqli_real_escape_string($con, $_POST['professionid']); list ($y, $m, $d) = explode('-', $bdate); if (!checkdate($y, $m, $d)) { - echo 'Date is invalid
'; + echo 'Date is invalid ' . $bdate . '
'; echo 'Date format is YYYY-MM-DD / 2005-04-28
'; echo 'Please click HERE to try again'; echo '

Return to home.';