diff --git a/registration.php b/registration.php index aeaefde..1092b99 100644 --- a/registration.php +++ b/registration.php @@ -25,7 +25,7 @@ VALUES ('$username', '".md5($password)."', '$email', '$trn_date')"; if($result){ echo "

You are registered successfully.

-
Click here to Login
"; +
Click here to Login"; } }else{ ?>