/ Published in: PHP
Expand |
Embed | Plain Text
$row = mysql_fetch_row($result); while($row = mysql_fetch_array($result)) { print "<h3>" .$row['Title']." " .$row['postDate']. "</h3><br />"; print "<p>".$row['article'] . "</p><br />"; //include('blog_comment.php'); $counter++; }
You need to login to post a comment.
