Posted by Jonathan on 12/23/05 16:39
Alain wrote:
> Stefan Rybacki wrote:
>
> Alas, the PEAR discussion forum is in German and even if there is a way
> to translate the page, I find it too complicated to register/login onto
> the forum.
>
> HELP !!!!
>
Although the forum maybe in german, the documentation is available in
English:
http://pear.php.net/package/Auth/docs/latest/
Here is a page you can start with:
http://pear.php.net/manual/en/package.authentication.auth.intro-storage.php
This page desribes how to build your own container. If you insert your
own code on the line "// Perform Some Action" that for instance write
the user and login time (and other for you usefull data) in to a
database you can then access this table in your database on other parts
of your site to display who has logged in.
Jonathan
Navigation:
[Reply to this message]
|