echo $row2['question_title']; ?>
echo $row2['question_copy']; ?>
echo $row2['question']; ?>

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 ", "; } } ?>
} ?>