Posted by Jerry Stuckle on 03/04/07 19:47
nutz wrote:
> Hi, can anyone quickly solve this little problem please?
> I need to reference my $phpbb_root_path but none of the examples
> offered work because I'm using a subdomain. My phpbb is at root level,
> e.g. mydomain.com/ and the page I want to execute a call from is at
> newpages.mydomain.com/
> Rather than try to work through the ../../ hierarchies I thought I'd
> instead give a fixed URL reference for it, but that doesn't seem to
> work either -
> <?php
> $phpbb_root_path = 'http://www.mydomain.com';
> gives me the error "$phpbb_root_path is wrong and does not point to
> your forum."
>
I'm not clear exactly what you're trying to do. What kind of call are
you trying to make?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|