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!
i have code for login.php below and it work okay and i get in. but my problem now is where should i put the session code to start and to destroy it:
into page: branch_view.php or
here in login.php
It's deprecated as of php 5.3 meaning it is no longer used by php. If you use it and the code is on a server running php 6 the variables won't be registered
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
one question please, i already set session_destroy but somehow when i click back button from the browser. i get in without signing in into log-inform. why? what should i use?