How to redirect another page after login | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

2nd Mar 2024, 9:58 AM
Kiran Thakare
2 Réponses
+ 2
PHP => header("Location: URL") JavaScript => window.location.href = "URL"
2nd Mar 2024, 4:42 PM
IAmSupreme
IAmSupreme - avatar