Hi all,
basically, what I am having trouble with is this:
I have a value stored in a table for each member, let's call it $my_value. Each member has a $my_value, which is an integer.
What I want to do is as follows...
Lets assume I log in as user A. I would like to list all the member's in the database where the other users' $my_value is no more than 5% larger of user A's $my_value and no more than 5% lower than user A's $my_value.
Any assistance would be very much appreciated!