0
How can i redirect user to dashboard after successful login without using header function ?
No use of header function and have to create session to access data to dashboard
1 Antwort
+ 4
//You can use javascript
window.location.href = 'dashboard.url';
For session
https://www.sololearn.com/learn/PHP/1842/