RE: [PHP] if test

2007-06-19 Thread Chris
I am not sure what you are trying to accomplish, but maybe require( some file ) will be of more use to you. -Original Message- From: Kostas Papadimitriou [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 9:31 AM To: php-general@lists.php.net Subject: Re: [PHP] if test Jochem Maas

Re: [PHP] if test

2007-06-19 Thread Kostas Papadimitriou
Jochem Maas wrote: please keep posts on list. jekillen wrote: On Jun 17, 2007, at 12:18 PM, Jochem Maas wrote: jekillen wrote: Hello again; does the following test pass if the file is successfully included: if( include( some file ) ) or does it pass with: if( ! include( some file ) ) have

Re: [PHP] if test

2007-06-18 Thread Jochem Maas
please keep posts on list. jekillen wrote: > > On Jun 17, 2007, at 12:18 PM, Jochem Maas wrote: > >> jekillen wrote: >>> Hello again; >>> does the following test pass if the file is successfully included: >>> if( include( some file ) ) >>> >>> or does it pass with: >>> if( ! include( some file )

Re: [PHP] if test

2007-06-17 Thread Stut
Jochem Maas wrote: jekillen wrote: Hello again; does the following test pass if the file is successfully included: if( include( some file ) ) or does it pass with: if( ! include( some file ) ) have you tried it? Or, better yet, looked in the manual? http://php.net/include -Stut -- http:/

Re: [PHP] if test

2007-06-17 Thread Jochem Maas
jekillen wrote: > Hello again; > does the following test pass if the file is successfully included: > if( include( some file ) ) > > or does it pass with: > if( ! include( some file ) ) have you tried it? > > Thanks > JK > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP] if test

2007-06-17 Thread jekillen
Hello again; does the following test pass if the file is successfully included: if( include( some file ) ) or does it pass with: if( ! include( some file ) ) Thanks JK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php