Re: [PHP] My problem

2004-09-02 Thread Jason Wong
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



RE: [PHP] My Problem

2003-06-18 Thread Gary Ogilvie
After changing the dir to f:\php\exstensions all was ok =)

-Original Message-
From: Gary Ogilvie [mailto:[EMAIL PROTECTED] 
Sent: 18 June 2003 16:40
To: 'Terje Torkelsen'; [EMAIL PROTECTED]
Subject: [PHP] My Problem

Don't worry all - its all been fixed now - thanks for the help :)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] My Problem

2003-06-18 Thread Jay Blanchard
[snip]
Don't worry all - its all been fixed now - thanks for the help :)
[/snip]
:7)

Hey Gary, can you do us a favor? When something gets cleaned up like
this change the title of the thread to add SOLVED to it, such as this

RE: [PHP] Connecting to MSSQL Using PHP on Apache2.X.XWindowsMachine
SOLVED

and perhaps be somewhat verbose, stating the changes made to solve the
problem? It helps others who might be looking in the archives for
solutions.

And remember...It's hip to snip!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php