|
Posted by Jerry Stuckle on 03/25/06 04:06
Jonnie wrote:
> I want to build a secure user authentication page that uses mySQL to
> verify user, password, and access rights, where admins see everything
> and full acess, while others see only links and pages their 'group' has
> access to.
>
> I am pretty new to PHP and this will be a great learning project, so
> any guidance on where to start would be welcome. I am looking at a few
> tutoriqals now, but most of them seem to focus on protecting a whole
> site or single page, I want the entire thing to be displayed
> dynamically depending on access rights. A good tutorial and a push in
> the right direction would be just about perfect.
>
> Hope I provided enough info, I will more thanlikely pick your brains
> again :-), thanks
>
>
> Jonnie
>
Or simply use mod_auth_mysql from www.sourceforge.net.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|