Posts by Gabriel Macedo • 1 point
1 post
-
0
votes1
answer25
viewsQ: Logout Problems with PHP
I am trying to create a code for the user to close the browser, logout to run. This is my Logout file. session_start(); $_SESSION = array(); session_destroy(); header("Location:index.html"); I tried…
phpasked Gabriel Macedo 1