之後添加
這是我的代碼:PHP數組和循環 - 5個resultss
$sm2 = array("angry", "cool", "cry", "happy", "heart", "kiss", "mute", "sad", "smile");
for($j=0;$j<count($sm2); $j++) {
$data=$data . "<img id='". $sm2[$j] ."' src='images/emotions/" . $sm2[$j] . ".png' data-toggle='tooltip' title=". $sm2[$j] ." width='32' height='32' style='margin:5px;'
onclick='insertEmoticons(this.id);'/>";
}
我怎樣才能插入後5個結果<br>
標籤,因爲我不想一切是在一行。
模數'($ i%5 == 0)' - 按照http://stackoverflow.com/questions/8135404/php-modulus-in-a-loop這也是一個可能的重複 –