Question
Looping Problem
Hi,
I have a table to output the entries by certain users and I have to restrict the entries per user based on a certain value selected from a drop down menu.
I am getting the value of the drop down menu through Javascript, but, I am unable to apply the condition to output just the values upto value selected.Each entry in the table has id of the user submitted. Hence, I was looping through the table, checking the previous row id each new row id and increasing the count.And outputing the table values based on count variable satisfying the value selected. But, it is giving an error "the Request has exceeded the Time limit".I thought of it as a simple looping question, but, I am really confused here. Please help.Vijayvijay77.
