For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > August 2004 > Re: [PEAR] Re: it cant authenticates!!!!!!!!!!!!!!!!!!!!!!!!MySQL









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PEAR] Re: it cant authenticates!!!!!!!!!!!!!!!!!!!!!!!!MySQL
Matte Edens

2004-08-31, 3:58 pm


Matthew Weier O'Phinney wrote:

>* Pahlevanzadeh Mohsen <m_pahlevanzadeh@yahoo.com>:
>
>
>
>This should be:
> set_include_path(get_include_path() . ':' . 'auth');
>
>
>

Or better yet...

set_include_path(get_include_path() . PATH_SEPARATOR . 'auth');

PATH_SEPARATOR will be different depending on whether you are on a
Windows server or a Linux server.


matte

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com