Here's what I've tried:
foreach($question as $key => $value) {
print "$key. $value<br><br>";
foreach($choice as $key => $value) {
print "<label><input type='radio' name='choices'>$value <--THE ISSUE IS HERE I BELIEVE</label><br />";
Thanks
This post has been edited by JackOfAllTrades: 26 February 2013 - 10:12 AM
Reason for edit:: Added code tags

New Topic/Question
Reply



MultiQuote





|