The ministry is currently under the leadership of Elder Bernadette Dennis. Intercessions are made for pastors, spiritual leaders, government officials, leaders and those afflicted with mental, physical and spiritual illness. We encourage you to allow us to include your request in our prayers. You can also call us at 800-821-6156 ext. 310. We're excited about the opportunity to pray with you...
Click here to submit
a Prayer Request
<%
set conn = Server.CreateObject("ADODB.CONNECTION")
conn.open dsn
sql = "SELECT * FROM PrayerReq WHERE Display = TRUE AND Type = 'PRAYERREQ' ORDER BY DateSubmitted DESC"
set objrs = Server.CreateObject("ADODB.RECORDSET")
objrs.open sql, conn, adOpenDynamic, adLockOptimistic
if NOT (objrs.EOF AND objrs.BOF) then%>
Please join us in praying
over these prayer requests:
| |
<%
do until objrs.EOF
%>
| Name: <%=objrs.fields("Name")%> |
| Prayer Request:
<%=objrs.fields("request")%> |
| Date
Submitted: <%=objrs.fields("DateSubmitted")%> |
| |
<%
objrs.moveNext
loop
%>
<%else%>
There are no prayer requests at this time, please check back later.
<%end if%> |