[PHP] How to create basic LOGIN procedure

2002-08-10 Thread Kristoffer Strom
This PHP stuff is still pretty new to me (still prefer IBM's NetData), so I need help to create a login procedure for a website. The point being to make sure only authenticated people can access the admin pages and post/edit news items and stuff. Should be simple, huh? Anyways, the three

Re: [PHP] How to create basic LOGIN procedure

2002-08-10 Thread Justin French
Check out Kevin Yank's article restricting page access with php mysql (or something like that!) on webmasterbase.com / sitepoint.com. Justin French on 10/08/02 7:19 PM, Kristoffer Strom ([EMAIL PROTECTED]) wrote: This PHP stuff is still pretty new to me (still prefer IBM's NetData), so I

Re: [PHP] How to create basic LOGIN procedure

2002-08-10 Thread Kristoffer Strom
Found it: http://www.webmasterbase.com/article/319/95 Thanx! One more problem, then we're ready to go /Kris Check out Kevin Yank's article restricting page access with php mysql (or something like that!) on webmasterbase.com / sitepoint.com. Justin French on 10/08/02 7:19 PM,