Oh I see. Sorry, i was thinking apples and you guys were talking about
oranges. I just ran into this problem a little while ago, that's why I
felt the need to butt in.
Erik
On Thursday, March 14, 2002, at 05:08 PM, Edward van Bilderbeek - Bean
IT wrote:
> Jep, that was what I meant... sorry Erik, didn't read your question
> right...
>
> Edward
>
> ----- Original Message -----
> From: "Jan Rademaker" <[EMAIL PROTECTED]>
> To: "Erik Price" <[EMAIL PROTECTED]>
> Cc: "Edward van Bilderbeek - Bean IT" <[EMAIL PROTECTED]>; "Phil
> Schwarzmann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Thursday, March 14, 2002 11:03 PM
> Subject: Re: [PHP] include() question
>
>
>> On Thu, 14 Mar 2002, Erik Price wrote:
>>
>>>
>>> On Thursday, March 14, 2002, at 04:34 PM, Edward van Bilderbeek -
>>> Bean
>>> IT wrote:
>>>
>>>> you can't use a variable as a parameter for the included file...
> because
>>>> include does nothing else then putting the text of the include file
>>>> on
>>>> the
>>>> place of the include statement...
>>>
>>> Are you sure about this? I'm almost positive that PHP is flexible
>>> about
>>> accepting variables or strings as function arguments in most cases. I
>>> just tested it, and it seems to work fine...
>>>
>>> $includefile = './leftnavigation.inc';
>>> include($includefile);
>>>
>> I think what Edward means is that you can't pass parameters to an
>> included
>> file, like include("some.inc?var=value");
>> That's true, at least for local
>> files. include("http://remotesite/some.php?var=value") will work, as
>> long
>> as remotesite has php installed, of course.
>>
>> --
>> Jan Rademaker <[EMAIL PROTECTED]>
>> http://www.ottobak.com
>>
>>
>
>
----
Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php