![]() |
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: jamen <jamen@invalid>
Date: Fri Jul 29 2005 - 16:48:00 CEST
bettina@coaster.ch wrote:
> require("lang.{$lang}.inc.php");
$charcoal is local to your function. You can do it in two ways..
1.
switch ($t) {
2.
|