[phplib] Auth From: Carl J. Mosca (cmosca <email protected>)
Date: 01/17/01

I suspect there's a simple way to do this but what I've coded doesn't seem to work...

I have one page that if someone has been authenticated, I need to know who they are. However if they have not been authenticated, I still want to allow access to the page.

I was thinking I would just check to see if $auth was registered and if so, grab the UID.

What am I missing?

TIA,
Carl J. Mosca