<%@LANGUAGE="JAVASCRIPT"%> <% // *** Edit Operations: declare variables // set the form action variable var MM_editAction = Request.ServerVariables("SCRIPT_NAME"); if (Request.QueryString) { MM_editAction += "?" + Server.HTMLEncode(Request.QueryString); } // boolean to abort record edit var MM_abortEdit = false; // query string to execute var MM_editQuery = ""; %> <% // *** Insert Record: set variables if (String(Request("MM_insert")) == "pryForm") { var MM_editConnection = MM_elifeconn_STRING; var MM_editTable = "Prayer"; var MM_editRedirectUrl = "thanx.htm"; var MM_fieldsStr = "names|value|tellNumber|value|email|value|pryRq1|value|pryRq2|value|pryRq3|value"; var MM_columnsStr = "names|',none,''|tellNumber|',none,''|email|',none,''|pryRq1|',none,''|pryRq2|',none,''|pryRq3|',none,''"; // create the MM_fields and MM_columns arrays var MM_fields = MM_fieldsStr.split("|"); var MM_columns = MM_columnsStr.split("|"); // set the form values for (var i=0; i+1 < MM_fields.length; i+=2) { MM_fields[i+1] = String(Request.Form(MM_fields[i])); } // append the query string to the redirect URL if (MM_editRedirectUrl && Request.QueryString && Request.QueryString.Count > 0) { MM_editRedirectUrl += ((MM_editRedirectUrl.indexOf('?') == -1)?"?":"&") + Request.QueryString; } } %> <% // *** Insert Record: construct a sql insert statement and execute it if (String(Request("MM_insert")) != "undefined") { // create the sql insert statement var MM_tableValues = "", MM_dbValues = ""; for (var i=0; i+1 < MM_fields.length; i+=2) { var formVal = MM_fields[i+1]; var MM_typesArray = MM_columns[i+1].split(","); var delim = (MM_typesArray[0] != "none") ? MM_typesArray[0] : ""; var altVal = (MM_typesArray[1] != "none") ? MM_typesArray[1] : ""; var emptyVal = (MM_typesArray[2] != "none") ? MM_typesArray[2] : ""; if (formVal == "" || formVal == "undefined") { formVal = emptyVal; } else { if (altVal != "") { formVal = altVal; } else if (delim == "'") { // escape quotes formVal = "'" + formVal.replace(/'/g,"''") + "'"; } else { formVal = delim + formVal + delim; } } MM_tableValues += ((i != 0) ? "," : "") + MM_columns[i]; MM_dbValues += ((i != 0) ? "," : "") + formVal; } MM_editQuery = "insert into " + MM_editTable + " (" + MM_tableValues + ") values (" + MM_dbValues + ")"; if (!MM_abortEdit) { // execute the insert var MM_editCmd = Server.CreateObject('ADODB.Command'); MM_editCmd.ActiveConnection = MM_editConnection; MM_editCmd.CommandText = MM_editQuery; MM_editCmd.Execute(); MM_editCmd.ActiveConnection.Close(); if (MM_editRedirectUrl) { Response.Redirect(MM_editRedirectUrl); } } } %> prayer_room

 

 

Daily Growth for Leaders.
Daily Growth:
A daily companion for leaders
By Francis Bola Akin-John

(http://www.churchgrowthafrica.org)

Click on today's date for Daily Growth exhortations
and someone to pray for.
 
May 2007
 
Sun
Mon
Tues
Wed
Thu
Frid
Sat
   
 



Submit your URGENT 3 Prayer Requests.
These Requests would be published here for Christians to pray for you.
Every request sent to us receives loving, compassionate attention.
Please know that we are here for you and that you are never alone.

Your Prayer Requests are also sent to some CChurches we network with all over the world.
Grace Family Church, Ikeja Lagos Nigeria .................... (Reverend Yinka&Deola Ojo)
The Redeemed Christian Church of God, Lagos Nigeria .......(Pastor Enoch Adeboye)
Archbishop Vining Memorial Cathedral, Lagos West .........(Bishop Awelewa Adebiyi)
Mountain of Fire and Miracles Ministries, Lagos, Nigeria. ........(Dr. Daniel K. Olukoya)
Billy Graham Evangelistic Association, (BGEA) United States....(Evang. Billy Graham)
Kenneth Copeland Ministries ............................................( Rev. Kenneth Copeland)

Names
phone numbers.
Email
Fill in Three Prayer Requests
Prayer Request 1
Prayer Request 2
Prayer Request 3
May God hear your prayer, Amen.

Please click the SUBMIT button only once, then allow a few minutes for this process to be completed. Clicking more than once may result in repeated transactions.