I want to use this in a hack i'm making
PHP Code:
print_input_row($vbphrase['var_name'], 'var[setting][forumid]', $var['setting']['forumid']);
How would I grab the info to insert it in the database?
$_POST['var[setting][forumid]']; Doesn't work...
I see alot of people useing variables with double brackets like that, and I can't seem to understand it yet. Is there any time of tutorial like that?