Redirect on logout and display “You have successfully logged out!”

dayanan

New Member
I have a membership service on my website. Currently when someone logs out they are redirected to logout.php that has this code on it: \[code\]<?php //check if the login session does no exist if(strcmp($_SESSION['uid'],
 
Back
Top