Sorry for not give you enough info. I'll try again.
THE CODE IS
1. $foruminfo = verify_id('forum', $formforumid, 0, 1);
2. $forumperms = fetch_permissions($foruminfo[forumid]);
3. $newpost['username'] =& $vbulletin->userinfo['username'];
4. $newpost['message'] =& $formsend;
5. $newpost['title'] =& $normalanswer1; (put $radioanswer1 here)
6. $newpost['parseurl'] = '1';
7. $newpost['poststarttime'] = $poststarttime;
$newpost['posthash'] = $posthash;
all I want to do put 2 variables on line 5. The variable has already been defined I just want to display it along with $normalanswer1.....I've tryed just putting next to $normalanswer1 it it does not show up on the output. Make any sense ?
|