"); // Printing posts in HTML while ($line = mysql_fetch_array($result)) { print "
$line[title]
\n";
print "$line[posttext]\n
";
print "Posted on: $line[date]";
print "
";
print "$line[posttext]\n
";
print "Posted on: $line[date]";
print "