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!
What I want to do is have user1.php (the page the user logs into) protected so only the user loging in can go to that page but I don't want any thing to complicated. Here is my code:
I want the .php pages that the users log into protected, so you can't just type in the page url you need to be logged in to access them. How would you do that?