PDA

View Full Version : functions.php & the call variable $bburl


Cloudrunner
06-17-2003, 03:06 AM
Why is it that when I call $bburl from functions.php it only gives: http://www.yourdomain.com, when in every other page I call it from it gives: http://www.yourdomain.com/forum (which is the correct place)?

Tigga
06-17-2003, 04:00 AM
Are you including it in a function? If so, are you adding $bburl to the global variables of that function?

Cloudrunner
06-17-2003, 04:53 AM
It's for the members posbit...

That's all...everything else parses fine...

Anyway, It's just prior to eval'ing the postbit. If it was in a function without the global declared then I think it should give a parse error.

Cloudrunner
06-17-2003, 04:56 AM
nevermind, found a work around...am still curious as to why it does that tho.