[PHP] Pear Auth problem

2012-03-21 Thread Karl-Arne Gjersøyen
Hello. I am trying to use pear Auth packet but am doing something wrong. I am currently looking at the simple example in the documentation, but something is wrong in my source code, because if I write a username and a password in the fields and hit the submit button, I receive a blank pages

Re: [PHP] Pear Auth problem

2012-03-21 Thread Govinda
Hello. I am trying to use pear Auth packet but am doing something wrong. I am currently looking at the simple example in the documentation, but something is wrong in my source code, because if I write a username and a password in the fields and hit the submit button, I receive a blank pages

[PHP] PEAR AUTH - Login Session not expiring?

2005-06-09 Thread Scott Sharkey
Hi All, Trying to use the PEAR Auth library. I'm set up, and after a successful login, I'm making the $auth-setExpire(30*60) call to set up for expiration after 30 minutes. But I left the web site last night, and this morning went back, and it was still active, so it didn't ask for a

[PHP] PEAR::Auth

2004-10-13 Thread 22
Concerning PEAR::Auth I can't tune interaction between PEAR::Auth and MySQL auth table . Typical code from manual ?php $dbtype = 'mysql'; $dbhost = 'localhost'; $dbuser = ''; $dbpass = ''; $dbname = cosmos; $dsn = $dbtype://$dbuser:[EMAIL PROTECTED]/$dbname; $conn = mysql_connect($dbhost,

[PHP] PEAR::Auth

2004-10-10 Thread 22
Concerning PEAR::Auth I can't tune interaction between PEAR::Auth and MySQL. Typical code ?php $dbtype = 'mysql'; $dbhost = 'localhost'; $dbuser = ''; $dbpass = ''; $dbname = cosmos; $dsn = $dbtype://$dbuser:[EMAIL PROTECTED]/$dbname; $conn = mysql_connect($dbhost, $dbuser, $dbpass);

[PHP] PEAR Auth

2004-10-05 Thread Pahlevanzadeh Mohsen
I was working with Auth class.That was working good. But i receive following errror: Fatal error: Undefined class name 'db' in /var/www/html/votting/Auth/Container/DB.php on line 130 Please guide me. = -DIGITAL SIGNATURE--- ///Mohsen Pahlevanzadeh

Re: [PHP] PEAR Auth

2004-10-05 Thread Greg Donald
On Tue, 5 Oct 2004 07:06:53 -0700 (PDT), Pahlevanzadeh Mohsen [EMAIL PROTECTED] wrote: I was working with Auth class.That was working good. But i receive following errror: Fatal error: Undefined class name 'db' in /var/www/html/votting/Auth/Container/DB.php on line 130 Please guide me.

[PHP] PEAR - Auth

2003-12-10 Thread Alessandro Vitale
Hi guys, I'd like to use one of the auth classes from pear. Any suggestion for the best one? cheers alessandro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PEAR AUTH :: Need some advice

2003-03-08 Thread Alex Piaz
Hi Folks! I am working with pear auth package in order to authenticate some users on a project. Well, I have a mysql table with the following columns: uid username password name I can authenticate the user against his username/password without problems, but I need also to include the uid,