Our Rooms

Meadowcroft Country Guest House has 10 tastefully furnished rooms all with large ensuites and some of which have baths and showers. All rooms have colour televisions plus tea and coffee making facilities. We have a variety of accommodation including single, double, twin and family rooms. There is ample parking for all our visitors.

Meadowcroft Country Guest House is strictly non smoking accommodation.

"; for($iroom=1;$iroom<10;$iroom++) { $showroom = 0; switch($iroom) { case 3: $showroom = 1; $roomnum = 3; $room_cat = 9; break; case 4: $showroom = 1; $roomnum = 4; $room_cat = 10; break; case 5: $showroom = 1; $roomnum = 5; $room_cat = 11; break; case 7: $showroom = 1; $roomnum = 7; $room_cat = 12; break; case 8: $showroom = 1; $roomnum = 8; $room_cat = 13; break; case 9: $showroom = 1; $roomnum = 9; $room_cat = 14; break; } if($showroom==1) { print "

Room ".$roomnum."

"; $lstmsql = "SELECT i.* FROM image_gallery i WHERE 1 AND (i.imagegal_cat_id='".$room_cat."') ORDER BY i.imagegal_id DESC"; $rslst = mysql_query ($lstmsql); print "
    "; while($mylst = mysql_fetch_array($rslst)) { $ths_image = preg_replace("/t.jpg/","t.jpg",$mylst['imagegal_file']); $ths_image_large = preg_replace("/t.jpg/","l.jpg",$mylst['imagegal_file']); print "
  • "; print ""; print "\"".$mylst['imagegal_title']."\""; print ""; print "
  • "; } mysql_free_result($rslst); print "
"; } } print "
"; ?>