I’m a beginner. I want to know how to display an alert message after user registers. After displaying the message, it should redirect to index page.
And, when the user(who hasn’t logged in), clicks a link, it should display an alert message:- You must login first.
Alerts can simply be done by:
Redirect by:
Onclick by:
But since you are a beginner you probably have a lot more issues to handle.