+ 1
How to redirect another page after login
Hello everyone i want to know the code of any language which redirect another page after login. I will tried in JavaScript but its not going to be happened properly for
2 Antworten
+ 2
PHP => header("Location: URL")
JavaScript => window.location.href = "URL"