from our
volunteers..
We always look forward to hearing stories and experiences
that our volunteers have gained from helping others.
$query = mysql_query("SELECT * FROM volunteers ORDER BY date DESC");
while($result = mysql_fetch_object($query)){
$display_date = substr($result->date, 4, 2)."/".substr($result->date, 6, 2)."/".substr($result->date, 0, 4);
?>
- Date:
- echo $display_date; ?>
- Time:
- echo $result->time; ?>
Comments echo $result->content; ?>
} ?>
- Date:
- Saturday August 26, 2006
- Time:
- 06:35:05 AM -0700
CommentsTESTING SECTION FROM VOLUNTEER TO PAGE AND EMAIL
- Date:
- Monday August 28, 2006
- Time:
- 01:49:34 PM -0700
Commentstry one of these projects one time your heart will be so full . I have done a few projects and not only have i met a need for the people I have served but I have met some great volunteers that have become new friends. go on a mission trip here in your own back yard., Help bless a life like God has blessed yours. Terry
Revised:
04/23/07 04:45:19 -0700.
|