
The Garden Club’s primary mission is to foster and promote the advancement of gardening and horticulture in Westborough. They do this by encouraging community spirit and participation in the community’s beautification. Westborough TV supports the Garden Club’s efforts and records many of their lectures and workshops for rebroadcast.
Click on any show listed below for instant viewing online.
You can view most Westborough TV shows on any device including iPad, iPhone and Android. For older shows, you will need windows media player.
| Westborough Garden Club: |
|
[insert_php]
//Configure
$server = "71.248.188.158/";
date_default_timezone_set('America/New_York');
// End Configure
$client = new SoapClient("http://" . $server . "/CablecastWS/CablecastWS.asmx?WSDL"); // Creates New SOAP client using WSDL file
$searchDate = date("Y-m-d")."T12:00:00";
// Search for all shows that have an event date less than now that are available for VOD
$result = $client->AdvancedShowSearch(array(
'ChannelID' => 1, // This sets the script to search only the pub channel
'searchString' => 'Westborough Garden Club', // This is Where you change what content you want!
'eventDate' => date("Y-m-d") . "T00:00:00",
'dateComparator' => '<',
'restrictToCategoryID' => 0,
'restrictToProducerID' => 0,
'restrictToProjectID' => 0,
'displayStreamingShowsOnly' => 1,
'searchOtherSites' => 0,));
if(!isset($result->AdvancedShowSearchResult->SiteSearchResult->Shows->ShowInfo)) {
$vods = array();
} else {
$vods = is_array($result->AdvancedShowSearchResult->SiteSearchResult->Shows->ShowInfo) ?
$result->AdvancedShowSearchResult->SiteSearchResult->Shows->ShowInfo :
array($result->AdvancedShowSearchResult->SiteSearchResult->Shows->ShowInfo);
}
if(count($vods) == '0') {
//There is probably something wrong if this shows up.
echo "There are no Shows currently available for on demand viewing.";
} else {
// Prints out a table with time and show title with link to show detial page
echo "
\n";
echo "
Show Title |
Link |
\n";
foreach($vods as $vod) {
echo "
\n";
echo "
" . $vod->Title . " |
\n";
echo "
Watch Now |
";
echo "
\n";
}
echo "
";
}
[/insert_php]
|
To search for other shows visit our search page.
My husband and I bought many plants at your sale in the Spring and we wondered if you would like us to return the pots to you for next year? It seems a shame to just throw them in the trash if you can reuse them.
Thank you very much. I look forward to hearing from you.
Diana Michel
Hi Diana,
I just saw your message today for the first time.
I thank you so much for your support of our annual plant sale. We would love to have any used pots that you have. We never seem to have enough. I would be happy to pick up sometime at your convenience.
Please feel free to contact me.
Thank you for thinking of us.
Alyce Luippold
Garden Club President
westboroughgardenclub@gmail.com