I have an included file in the UseBB panel/profile. In this page i have a function...like function blah() { }, its at the bottom. I put code in there and then i call the function near the top of the page ( blah(); ). But i doesn't work.
I get Fatal error: Call to a member function on a non-object in /home/gaia/public_html/usebbzone/forums/sources/panel_files.php on line 187
But when i remove the function call and place just the code i had within the function into the place where i called the function, it works fine?
_______________


.