ok you got me wrong
i want to do new file f3.php
forumid = 3
so when i click on edit i get all of forum options
same as on forum.php only here forumid is defined
so i copy the things i wanted like
PHP Code:
print_yes_no_row($vbphrase['allow_html'], 'options[allowhtml]', $forum['allowhtml']);
print_yes_no_row($vbphrase['allow_bbcode'], 'options[allowbbcode]', $forum['allowbbcode']);
and on save its goes to
$_POST['do'] = 'update'
and on that i got
PHP Code:
globalize($_POST, array(
'forumid' => INT,
'private' => INT,
'applypwdtochild' => INT,
'forum',
'options'
));
so $options is defined...
hmm got me now ?