If there anyway to show an echo in php if the url ends with some specified text?
For example …
If the url ends with ?login=failed
is it posible for php to echo…
Echo ‘Login Failed, please try again’; … for example?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check if
$_GET['login']is set, and if it is, check if it equals'failed':