[PHP] passing parameters to include

2004-03-04 Thread Bob Lockie
I want to pass a parameter to an include file. I know I can do what I want with a function but I'd rather do it with an include. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] passing parameters to include

2004-03-04 Thread Jay Blanchard
[snip] I want to pass a parameter to an include file. I know I can do what I want with a function but I'd rather do it with an include. [/snip] cool. http://catb.org/~esr/faqs/smart-questions.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] passing parameters to include

2004-03-04 Thread Richard Davey
Hello Bob, Thursday, March 4, 2004, 6:53:24 PM, you wrote: BL I want to pass a parameter to an include file. BL I know I can do what I want with a function but I'd rather do it with an BL include. You cannot pass anything to an include file, let alone a parameter. Your included file will

RE: [PHP] passing parameters to include

2004-03-04 Thread Chris W. Parker
Bob Lockie mailto:[EMAIL PROTECTED] on Thursday, March 04, 2004 10:53 AM said: I want to pass a parameter to an include file. ok. go ahead, you have my permission. I know I can do what I want with a function but I'd rather do it with an include. thanks for sharing. i know some people