i 这个项目是博客,由我从服务器上提取员额。 问题是,当该员额被重复使用时,案文一行不变,我如何在一段长后进入下行?
Here is the code where the text is being posted
$postpost = $result["post_user"];
echo " <b>name</b> = " .$result["username"] ."<br>";
echo " <b>post</b> = " .$result["post"] . "<br>";
echo " <b>date</b> = ".$date["date"]. "
<br><br>----------------------<br><br>";
and here is the output problem