flower communion
Flower Communion. May 2013

A New Website for our Fellowship is Under Construction.
Please check it out.


--- > > > > >   https://www.uufolima.org/what-s-happening-1

Event information in our newsletters and Facebook page

               

Events

The Unitarian Universalist Fellowship of Lima hosts many public events in addition to the weekly Sunday Services. These have included performances, open mics, receptions for introducing our congregation to the community, fund raising, poetry slams, screening and discussion of films, talks by public figures, ceremonies, and celebrations. We also have activities attended primarily by members and their guests such as monthly potluck dinners, occasional field trips, community service, youth religious education (RE), and covenant groups.

Event information has not been kept up to date on this page since covid. Please see newletters, facebook, uufolima.org.

This Week

$DB_Name

"; include('db_connect.php'); $CurDate = date('Y-m-d'); // this dates not needed if do in sql instead of php -- later //$DisplayStartDate = '2015-06-01'; would use only if wanted an all events //$DisplayEndDate = '2021-09-08'; $Where_clause = "where date_date BETWEEN Date_SUB(CURRENT_DATE, INTERVAL 1 DAY) AND Date_ADD(CURRENT_DATE, INTERVAL 8 DAY)"; //For the this week section of events, 1 day before today and 8 days after $OrderBy_clause = "order by date_date, start_time"; $query ='SELECT DATE_FORMAT(date_date,"%W, %M %d, ") as show_date, TIME_FORMAT(start_time,"%l:%i ") as show_time, LOWER(TIME_FORMAT(start_time,"%p")) as show_pm, title, TRIM(this_week_text) as show_event from geteventsdetails '. $Where_clause . ' ' . $OrderBy_clause; // echo "

$query

"; $result = mysqli_query($conn, $query); //read the results and write to lines in the this week section. if (mysqli_num_rows($result) > 0) { // output data of each row while($row = mysqli_fetch_assoc($result)) { $eventtext = $row['show_event']; //trimmed this week text if (!($eventtext)) { $datetext = $row['show_date']; $timetext = $row['show_time']; $pm = $row['show_pm']; $pm = ' ' . $pm . ''; // if ($pm = 'AM') $pm = ' am'; $titletext = $row['title']; $eventtext = ' ' . $datetext. ' ' . $timetext . $pm . '   ' . $titletext; } echo "\n"; echo "

$eventtext

\n"; echo "\n"; } //end while } else { echo "no rows"; } //end if mysqli_free_result($result); // old version before php 7 // if(!($result = mysql_query($query, $DB_conn))) Database_Error($query); // $row_n = mysql_num_rows($result); // while ($row = mysql_fetch_assoc($result)){ // $eventtext = $row['show_event']; // if (!($eventtext)) { // $datetext = $row['show_date']; // $timetext = $row['show_time']; // $pm = $row['show_pm']; // $pm = ' ' . $pm . ''; // $titletext = $row['title']; // $eventtext = ' ' . $datetext. ' ' . $timetext . $pm . '   ' . $titletext; // } // echo "\n"; // echo "

$eventtext

\n"; // echo "\n"; // } // mysql_free_result($result); // echo "

bye

"; ?>

pictures   past events

Upcoming Events Details        2020

$query

"; // output to table using date and 24 hr time rewrite later $result = mysqli_query($conn, $query); if (mysqli_num_rows($result) > 0) { while($row = mysqli_fetch_assoc($result)) { $date = $row['date_date']; $location = $row['location']; $time = $row['start_time']; $title = $row['title']; $description = $row['description']; $links = $row['links']; $invited = $row['invited']; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } //end while } else { echo "no rows"; } //end if mysqli_free_result($result); // end of upcoming events // if(!($result = mysql_query($query, $DB_conn))) Database_Error($query); // $row_n = mysql_num_rows($result); // while ($row = mysql_fetch_assoc($result)){ // $date = $row['date_date']; // $location = $row['location']; // $time = $row['time']; // $title = $row['title']; // $description = $row['description']; // $links = $row['links']; // $invited = $row['invited']; // echo "\n"; // echo "\n"; // echo "\n"; // echo "\n"; // echo "\n"; // echo "\n"; // echo "\n"; // echo "\n"; // echo "\n"; // } // mysql_free_result($result); // echo "

bye

"; ?>
DateTimeLocationTitleDescriptionLinksInvited
$date$time$location$title$description$invited
$date$time$location$title$description$invited

Pictures


Music at UU Lima Fellowship House
Wine and Food Pairings, Music, Conversation
Feb 2019

Feb 2019 SNL Wine and Food Pairings

chef directs servers
Wine and Food Samples

members at table
Feb 2019 SNL at Fellowship

Christmas 2013
UU Lima member get-together.
Christmas Music

National Day of Prayer
National Day of Prayer 2018

Road Trip
UU Road Trip
Franklin Park Conservatory
2014

flower communion
Flower Communion. May 2018
flower communion
Flower Communion. May 2013


Members Potluck Dinner, 2016

porch music
Porch Music
2013

porch music
Porch Music 2013

about UU Lima events

Past Events      2019-2020

$query

"; // output to table using date and 24 hr time rewrite later $result = mysqli_query($conn, $query); if (mysqli_num_rows($result) > 0) { while($row = mysqli_fetch_assoc($result)) { $date = $row['date_date']; $location = $row['location']; $time = $row['start_time']; $title = $row['title']; $description = $row['description']; $links = $row['links']; $invited = $row['invited']; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } //end while } else { echo "No Events"; } //end if // echo "

bye

"; mysqli_free_result($result); // end of upcoming events mysqli_close($conn); // remove when finishing fixing past events section ?>
DateTimeLocationTitleDescriptionLinksInvited
$date$time$location$title$description$invited