Quote:
Originally Posted by Mr-Moo
No, but then again I do not know where you are placing this at. What file are you editing? The global.php may need to be included.
|
in a separate php file all by itself. I guess that's my problem, i'll try including the global.
--------------- Added [DATE]1235946568[/DATE] at [TIME]1235946568[/TIME] ---------------
Including global.php didn't work.. it must be that i have to include a file. I'll try to find the right one.
--------------- Added [DATE]1235948936[/DATE] at [TIME]1235948936[/TIME] ---------------
If i include global.php and then use "Echo $foruminfo", it echoes "array" and if i use "Echo $foruminfo[forumid]" nothing comes out. I think i'm on to something by getting "array" to display, is there a way i can go about analyzing the array and extracting the forum id from it?