
CSA Menu
require('incs/connect.inc');
$result=mysql_query("select * from hcfa",$db);
While ($myrow = mysql_fetch_row($result))
{
$veg = $myrow[1];
$fruit = $myrow[2];
$comments = $myrow[3];
$date = $myrow[5];
}
$veg = nl2br($veg);
$fruit = nl2br($fruit);
$comments = nl2br($comments);
echo("
Produce for pickup on $date
Vegetables
|
|
$veg
|
|
Fruit
|
|
$fruit
|
|
Comments from Jim!
|
|
$comments
|
");
?>
|
|
Contact Information
Jim Britt -- Organic Farmer 894-8918 |