SELECT * FROM PoemOfTheweek WHERE ID = 10 SELECT * FROM PoemOfTheweek WHERE ID > 7 ORDER BY ID DESC Repeat1_NumRows = 10; Recordset1_NumRows = Recordset1_NumRows + Repeat1_NumRows; MM_paramName = ""; // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters // create the list of parameters which should not be maintained MM_removeList = "&index="; If (MM_paramName NEQ "") MM_removeList = MM_removeList & "&" & MM_paramName & "="; MM_keepURL=""; MM_keepForm=""; MM_keepBoth=""; MM_keepNone=""; // add the existing URL parameters to the MM_keepURL string MM_params=ListToArray(CGI.QUERY_STRING,"&"); For (i=1; i LTE ArrayLen(MM_params); i=i+1) { If (FindNoCase("&" & GetToken(MM_params[i],1,"=") & "=",MM_removeList) Is 0) MM_keepURL = MM_keepURL & "&" & MM_params[i]; } // add the existing Form variables to the MM_keepForm string If (IsDefined("FORM.FieldNames")) { MM_params=ListToArray(FORM.FieldNames,","); For (i=1; i LTE ArrayLen(MM_params); i=i+1) { If (FindNoCase("&" & MM_params[i] & "=",MM_removeList) Is 0) MM_keepForm = MM_keepForm & "&" & LCase(MM_params[i]) & "=" & URLEncodedFormat(Evaluate("FORM." & MM_params[i])); } } // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm; If (MM_keepURL NEQ "") MM_keepURL = RemoveChars(MM_keepURL,1,1); If (MM_keepForm NEQ "") MM_keepForm = RemoveChars(MM_keepForm,1,1); If (MM_keepBoth NEQ "") MM_keepBoth = RemoveChars(MM_keepBoth,1,1); Obaahema Network
Home
   Obaahema Profiles
   Message Boards
   Photo Gallery
   Obaahema Books
   Obaahema Poetry
   News & Events
   Women's Issues
   Health & Wellness
   Relationships & Sex
   Career & Money
   Style& Beauty
   Home & Food
   Parenting
   Spirituality
   Shopping
   Join Obaahema
   Discussions
   Newsletter
   Member Profile
   Member Directory
   Log in
   
 

obaahema readers club

HOME >Poetry Corner > Poem of the week

Poem Of The Week

#poemoftheweek.Title#
#poemoftheweek.Author#
#poemoftheweek.Details#
Repeat1_StartRow = Recordset1_Index; Recordset1_Index = Min(Recordset1_Index + Repeat1_NumRows, Recordset1.RecordCount);
 More Poems
   #Recordset1.Title# #Recordset1.Author#

 

Discuss this Poem>>

 

 

 

 

Terms of Service      Privacy Policy      Feedback
©Obaahema Network 2002-2004