echo $row2['question_title']; ?>
echo $row2['question_copy']; ?>
echo $row2['question']; ?>
$numrows = mysql_num_rows($query3); $i = 0; while($row3 = mysql_fetch_array($query3)){ if (($i > $offset-1)&&($i < $offset+$limit)){ $SQLquery4 = "SELECT quote FROM quotes ORDER BY RAND() LIMIT 1"; $query4 = mysql_query($SQLquery4) or die(mysql_error()); $row4 = mysql_fetch_row($query4); ?>
echo $row3['userName']; ?> echo $row4[0]; ?>
echo date("d M Y",strtotime($row3['postDate'])); ?>
echo stripslashes($row3['post']); ?>
page: while($p < $pages){ $q = $p-1; if ($_GET['offset'] == $q){ $stringOutput = $p; }else{ $stringOutput = "".$p.""; } echo $stringOutput; $p++; if ($p<$pages){ echo ", "; } } ?>
} ?>