Posted by Victor on 10/06/06 22:30
Hi everybody,
could anybody explain the following phenomen :
I have this line in my project :
include
"http://".$domain."/help/".$language."/".$defaultIndex."/".$help.".php";
This construct properly includes the file I need to. And the included
file contains the following line :
echo $domain;
- and on this place comes nothing: obviously, the variable '$domain' is
not set for the <help.php>.
Why ?
Regards
Victor
Navigation:
[Reply to this message]
|