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
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
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 )
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:/
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
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
6 matches
Mail list logo