如何显示CMS并排创建的PHP文章?

时间:2014-04-25 07:53:28

标签: php content-management-system position article

我的文章目前显示如下:

1:article
2:article

我希望他们像这样展示:

1:aritcle 2:article.

这是我的代码:

<?php

include ("connect.php");

$query = "select * from posts order by 1 DESC LIMIT 0,5";

$run = mysql_query($query);

while ($row = mysql_fetch_array($run)) {

    $post_id = $row['post_id'];
    $title = $row['post_title'];
    $image = $row['post_image'];
    $content = substr($row['post_content'],0,40);

?>



<a href="pages.php?id=<?php echo $post_id; ?>">
<h3><?php echo $title; ?></h3></a>

    <a href="pages.php?id=<?php echo $post_id; ?>">
<img src='images/<?php echo $image; ?>' width='120' height='70' border="1">
</a>

<a href="pages.php?id=<?php echo $post_id; ?>">
<p><?php echo $content; ?></p></a>

<hr></hr>


<?php } ?>

2 个答案:

答案 0 :(得分:0)

<p>标记将显示下一段中的文字。因此,请从代码中删除<p>

<p><?php echo $content; ?></p></a>

从这些行中删除。

答案 1 :(得分:0)

它不起作用。是不是有任何PHP代码来解决它而不是:由rand DESC命令。任何像兰德水平或类似的东西?