0) { while ($row = mysql_fetch_assoc($result)) { $pwrlist[$row['id']] = $row['power']; } $numpwr = count($pwrlist); $thresh = 5; $maxcols = 3; $cols = min($maxcols, (ceil(count($pwrlist)/$thresh))); $percol = ceil(count($pwrlist)/$cols); $powerchk = ''; $i = 0; foreach ($pwrlist as $id => $pwr) { if (($i>0) && ($i%$percol == 0)) $powerchk .= "\n"; $powerchk .= " $pwr
\n"; $i++; } $delbutton = "

deleting will remove all associated powers
from characters as well -- select wisely
"; } else { $powerchk = "
No Powers entered...
"; } ?> Add/Delete Powers

Comic Book
Appreciation


Editing Character Powers

Return to Home Page