Re: [PHP] Admin Login

2003-06-11 Thread Cory Hicks
Ben, How about some session vars that denote you being an admin? This way you could show these options if $_SESSION[user_info] == 'Admin' is true. If you need more, let me know. Cory On Tue, 2003-06-10 at 22:12, Ben Houlton wrote: > How do I make it so when I log in the options such as delete

[PHP] Admin Login

2003-06-10 Thread Ben Houlton
How do I make it so when I log in the options such as delete message, edit message, are viewable, but when someone else logs in they can't view it. Could someone guide me to a tutorial or alike? Thanks.