My code is:
<?
 include_once('./auth/Auth.php');
 function x(){echo "xxxxxxxxxxxxxxxxxxx";}


 $parameterforauth=array("dsn"=>"",
                         "table"=>"usernames",
                         "usernamecol"=>"user",
                         "passwordcol"=>"pass");
 $ptr_auth_C=new auth("DB",$parameterforauth,"x");
 $ptr_auth_C->start();
?>

My output is :
Warning: _factory(Auth/Container/DB.php): failed to
open stream: No such file or directory in
/var/www/html/forum/auth/Auth.php on line 218

Fatal error: _factory(): Failed opening required
'Auth/Container/DB.php'
(include_path='.:/usr/share/pear') in
/var/www/html/forum/auth/Auth.php on line 218
Please guide me.....


=====
---------DIGITAL  SIGNATURE-------------------
///Mohsen Pahlevanzadeh////////
     Network administrator  & programmer     
      My home phone is: +98213810146          
My email address is                                  
          m_pahlevanzadeh at yahoo dot com               
My website is: http://webnegar.net            
----------------------------------------------------------------


                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

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

Reply via email to