What People Are Saying eof; $q = "SELECT * FROM testimonials ORDER BY sortOrder ASC;"; $res = $db->query($q); while ($res->fetchInto($row)) { print"

$row->quote
$row->quoteNotes
$row->attributedTo

"; } $res->free(); include("inc/foot.php"); ?>