Re: [PHP] Require error

2008-12-20 Thread Jochem Maas
Wolf schreef: > Kyle Terry wrote: >> On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: >> >>> Bottom Post >>> >>> sean greenslade wrote: No. The file is called testing.php and it is trying to include sql.inc On Fri, Dec 19, 2008 at 12:36 PM, Kyle Terry wrote: > >>>

Re: [PHP] Require error

2008-12-20 Thread Jochem Maas
sean greenslade schreef: > So, I have this code in a php file called testing.php: > $incl = '/webs/www.zootboy.com/sl/sql.inc'; > if(!is_readable($incl)) die('ERROR: MySQL Include file does not > exist??!?'); > require $incl or die('MySQL page not found. Unable to continue.'); > your require li

Re: [PHP] Require error

2008-12-19 Thread Kyle Terry
On Fri, Dec 19, 2008 at 10:07 AM, sean greenslade wrote: > On Fri, Dec 19, 2008 at 1:04 PM, Philip Graham > wrote: > > > > > > So, I have this code in a php file called testing.php: > > > $incl = '/webs/www.zootboy.com/sl/sql.inc'; > > > if(!is_readable($incl)) die('ERROR: MySQL Include file doe

Re: [PHP] Require error

2008-12-19 Thread sean greenslade
On Fri, Dec 19, 2008 at 1:04 PM, Philip Graham wrote: > > > So, I have this code in a php file called testing.php: > > $incl = '/webs/www.zootboy.com/sl/sql.inc'; > > if(!is_readable($incl)) die('ERROR: MySQL Include file does not > > exist??!?'); > > require $incl or die('MySQL page not found.

Re: [PHP] Require error

2008-12-19 Thread Philip Graham
> So, I have this code in a php file called testing.php: > $incl = '/webs/www.zootboy.com/sl/sql.inc'; > if(!is_readable($incl)) die('ERROR: MySQL Include file does not > exist??!?'); > require $incl or die('MySQL page not found. Unable to continue.'); > > > When I run the code in command line,

Re: [PHP] Require error

2008-12-19 Thread sean greenslade
On Fri, Dec 19, 2008 at 12:55 PM, Kyle Terry wrote: > > > On Fri, Dec 19, 2008 at 9:50 AM, Wolf wrote: > >> >> Kyle Terry wrote: >> > On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: >> > >> > > Bottom Post >> > > >> > > sean greenslade wrote: >> > > > No. The file is called testing.php

Re: [PHP] Require error

2008-12-19 Thread Kyle Terry
On Fri, Dec 19, 2008 at 9:50 AM, Wolf wrote: > > Kyle Terry wrote: > > On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: > > > > > Bottom Post > > > > > > sean greenslade wrote: > > > > No. The file is called testing.php and it is trying to include > sql.inc > > > > > > > > On Fri, Dec 19

Re: [PHP] Require error

2008-12-19 Thread sean greenslade
On Fri, Dec 19, 2008 at 12:50 PM, Wolf wrote: > > Kyle Terry wrote: > > On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: > > > > > Bottom Post > > > > > > sean greenslade wrote: > > > > No. The file is called testing.php and it is trying to include > sql.inc > > > > > > > > On Fri, Dec 1

Re: [PHP] Require error

2008-12-19 Thread Wolf
Kyle Terry wrote: > On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: > > > Bottom Post > > > > sean greenslade wrote: > > > No. The file is called testing.php and it is trying to include sql.inc > > > > > > On Fri, Dec 19, 2008 at 12:36 PM, Kyle Terry wrote: > > > > > > > > > > > > > >

Re: [PHP] Require error

2008-12-19 Thread Wolf
sean greenslade wrote: > On Fri, Dec 19, 2008 at 12:43 PM, Wolf wrote: > > > Bottom Post > > > > sean greenslade wrote: > > > No. The file is called testing.php and it is trying to include sql.inc > > > > > > On Fri, Dec 19, 2008 at 12:36 PM, Kyle Terry wrote: > > > > > > > > > > >

Re: [PHP] Require error

2008-12-19 Thread Kyle Terry
On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: > Bottom Post > > sean greenslade wrote: > > No. The file is called testing.php and it is trying to include sql.inc > > > > On Fri, Dec 19, 2008 at 12:36 PM, Kyle Terry wrote: > > > > > > > > > > > On Fri, Dec 19, 2008 at 9:28 AM, sean greenslad

Re: [PHP] Require error

2008-12-19 Thread Wolf
Bottom Post sean greenslade wrote: > No. The file is called testing.php and it is trying to include sql.inc > > On Fri, Dec 19, 2008 at 12:36 PM, Kyle Terry wrote: > > > > > > > On Fri, Dec 19, 2008 at 9:28 AM, sean greenslade > > wrote: > > > >> So, I have this code in a php file calle

Re: [PHP] Require error

2008-12-19 Thread sean greenslade
No. The file is called testing.php and it is trying to include sql.inc On Fri, Dec 19, 2008 at 12:36 PM, Kyle Terry wrote: > > > On Fri, Dec 19, 2008 at 9:28 AM, sean greenslade wrote: > >> So, I have this code in a php file called testing.php: >> $incl = '/webs/www.zootboy.com/sl/sql.inc'; >>