0
於是,我就一個時間字符串爲「X秒前」和stucked轉換這個問題:PHP改變時間戳格式
while($row = mysql_fetch_array($result))
<a href="#Profile"><class="profilep" id="postp" /></a>
<ul>
<li class="userName"></li>
<li class="distance"></li>
</ul>
<div class="time">
'.
$eventTime = $row['time'];
$age = time() - strtotime($eventTime);
echo $age "ago"
.'
</div></div>
<p align="justify"></p>
</div>
</article>';
循環載荷不僅$年齡,但也$行[「時間」 ]。我想知道爲什麼會發生,以及如何解決它?感謝您的時間和幫助我學習。
剛剛刪除''''讓代碼格式化爲代碼塊。 –