I think i've exhausted all combinations now
I've tried
PHP Code:
$formforumid = $forumid;
I've tried
PHP Code:
$formforumid = $_GET ['f'];
I've tried
PHP Code:
$formforumid = $_GET ['$forumid'];
And many more combinations.
The url i'm passing is
http://localhost/forum/newthread.php...et_Review&f=20
But no matter what i do i cannot get it to post in forum 20 (or any forum for that matter).
And i have this
PHP Code:
<input type="hidden" value="$forumid" name="f" />
under
PHP Code:
<input type="hidden" value="submit" name="action" />
in my main template.
Please someone tell me what i'm doing wrong

Cos i have no idea why it won;t accept the forum number being passed along the url ...