PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Lets say I am on page2.php. I click the sign-out script link which brings me to sign-out.php. Instead of redirecting me to the page I was on (page2.php) I get redirected to page1.php. I didn't sign-out on page1.php...I signed out on page2.php. I just want to get this to work please.