ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

5-6-5 ®Ö¨ú«ö¶s¡]Checkbox¡^

¾Çªø,§Ú³o­ÓFUNCTION¥i¥H¼g±o¦A¦nÂI¶Ü
ÁÂÁÂ
  1. function showgroup(){
  2. $sql = 'SELECT * FROM `group` LIMIT 20';
  3. $result = mysql_query($sql);
  4. while ($row = mysql_fetch_assoc($result))
  5.             {
  6.                        
  7. echo $row['groupname']."'<input type='checkbox' name='perm[]' value='".$row['groupid']."'/>";
  8. }
  9. }
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ¬O«D·í±Ð¨|¡AÆg¬ü§@ĵ±§¡C
ªð¦^¦Cªí ¤W¤@¥DÃD