On Thursday 02 September 2004 07:58, Pahlevanzadeh Mohsen wrote:
> $parameterforauth=array("dsn"=>"mysql://$username:[EMAIL PROTECTED]/mem",
> "table"=>"usernames",
> "usernamecol"=>"user",
> "passwordcol"=>"pass");
If you're 100% positive that the above is correct and both $username and
$password are what you expect them to be then because the following ...
> $ptr_auth_C=new Auth("DB",$parameterforauth,'Login');
> $ptr_auth_C->start();
> if ($ptr_auth_C->getAuth())
> echo "Successfuly loggined!!!!!!!";
... is not a standard PHP class you would have to ask the author of the class
for help.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Q: What is the difference between a duck?
A: One leg is both the same.
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php