jason robinson wrote: > <cffunction name="saveQuiz" access="remote" returntype="boolean" hint="Saves > new quiz to quiz_questions."> > <cfargument name="quizQuestion" type="string" required="yes"> > <cfargument name="quizAnswer" type="string" required="yes"> > <cfargument name="optionsAC" type="array" required="yes"> > <cfset var qRead="">
just to nit pick, your forgot to var scope your cfloop index "i" & the names of your queries (savedQuizQuestion & savedQuizOptions). and what you do var scope (qRead) doesn't seem to get used. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5254 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
