Thread: user authemtication with php/postgresql
Hi
I am searching for a user authentication sistem in php/postgresql, maybe a user tracking sistem too. Just because my user authentication script is too simple.
I found patUser in www.php-tools.de but is for mysql
Best regards
Ângelo
Yahoo! Mail
Mais espaço, mais segurança e gratuito: caixa postal de 6MB, antivírus, proteção contra spam.
On Sat, Jun 28, 2003 at 09:55:48AM -0300, angelo Rigo wrote: > From: angelo Rigo <angelo_rigo@yahoo.com.br> > Subject: [PHP] user authemtication with php/postgresql > > Hi > > I am searching for a user authentication sistem in php/postgresql, maybe a > user tracking sistem too. Just because my user authentication script is too si > mple. > > I found patUser in <A href="http://www.php-tools.de">www.php-tools.de</A> > but is for mysql > > Best regards > Bngelo greetings, I have some software that I wrote, licensend under the LGPL, which you may find interesting. please check out "project eros": http://zoidtechnologies.com/ -- main page http://zoidtechnologies.com/about.php?mode=projecteros -- about project eros for the download, look at the right side of the page above and click on "download eros". eros uses pg, smarty and pear. also, *please* be polite and *turn off* HTML in email! you can easily configure yahoo to do this in only a few seconds. please let me know if you have any questions or concerns. regards, Jeffrey A. MacDonald -- || Jeff - http://zoidtechnologies.com/
angelo Rigo wrote: > Hi > > I am searching for a user authentication sistem in php/postgresql, > maybe a user tracking sistem too. Just because my user authentication > script is too simple. > > I found patUser in www.php-tools.de <http://www.php-tools.de> but is > for mysql > > Best regards > Ângelo I am using phplib. (http://phplib.sourceforge.net/). It supports a lot of stuff, (its a whole base Library), including user authentication. Cheers, Dani