... $i = 0; function mysql_fetch_all($result){while($row = mysql_fetch_row($result)) { $datum = formatdate($row[3]); if($i%2==0){ echo"<tr ...
確定! 回上一頁