On Sun, 7 May 2000, Frank Boehme wrote:
> The page code in the example site makes use of a variable mgdroot which
> seems to be set somewhere such that it automatically contains the base
> url of the site. I know very well that this is much different from the
> DocumentRoot in httpd.conf (my images are fetched from there). My
> problem is that my $mgdroot appears to be empty.
The variable is set in code-util. If you've redefined that that mighy
explain it.
> In fact, <? &(mgdroot) ?> outputs nothing at all.
The &(...); can be used in html only. In the php section you'll have to
use echo;
emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]