\n"; echo "ContributorMurray Story\n"; while ($myrow = mysql_fetch_array($result)) { printf("%s
Contributed: %s%s\n", $myrow["contributor"], $myrow["dateContributed"] ,$myrow["story"]); } echo "\n"; ?>