
Please click on the region you wish to view.
PEA = Perpetual Eucharistic Adoration
Part-time=Partial Adoration
Support Parish=A Parish which does NOT have Adoration, but whose parishioners participate in Adoration at a nearby parish which has Adoration.
If you have information about other
Perpetual Eucharistic Adoration Chapels that are not on our list, please
e-mail us the information at chapels@ACFP2000.com.
$dbconnect = mysql_connect ('localhost', 'acfp', 'apw4acfp') or die ("I cannot connect to the database because");
$db = mysql_select_db ('acfp', $dbconnect) or die ("Can't open specified database");
//query for name in greeting
$strSql = 'select * from Chapels';
$result = mysql_query($strSql) or die ("Can't Query Database!");
$numResults = mysql_num_rows($result);
$strSql = 'select * from Chapels_Canada';
$result = mysql_query($strSql) or die ("Can't Query Database!");
$numResults = $numResults + mysql_num_rows($result);
$strSql = 'select * from Chapels_Europe';
$result = mysql_query($strSql) or die ("Can't Query Database!");
$numResults = $numResults + mysql_num_rows($result);
$strSql = 'select * from Chapels_Other';
$result = mysql_query($strSql) or die ("Can't Query Database!");
$numResults = $numResults + mysql_num_rows($result);
echo "Currently indexing $numResults Chapels arround the world.";
?>