![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: cannot access inc files from a function
From: Jasen Betts <jasen-b@free.net.nospam.nz>
Date: Tue Aug 16 2005 - 13:14:27 CEST
> But it doen't print the content from $charcoal, $oil or, etc.
to combine some of the ideas in this thread...
echo $GLOBAL[array('C'=>'charcoal','O'=>'oil','A'=>'acrylic')[$technique]];
Bye.
|