I am looking to create a custom page that lists profiles under a specific custom user profile field14. This field is a numeric value and I'd like to search from a range they enter from 200-900
at this time I can only search using a prefix value like 3 to get all the 300 values but I need this to span the full range and show all members who enter values between 200 and 900
here's what i have been working with
"http://www.coloradoevo.com/forums/memberlist.php?&field14=3&order"
This only gives members with values starting with a 3 in that field, obviously I need to include values that start with a 2, 3, 4, ...., 9
any help in adjusting my url to fit these search parameters would be appreciated.
thanks
steve
at this time I can only search using a prefix value like 3 to get all the 300 values but I need this to span the full range and show all members who enter values between 200 and 900
here's what i have been working with
"http://www.coloradoevo.com/forums/memberlist.php?&field14=3&order"
This only gives members with values starting with a 3 in that field, obviously I need to include values that start with a 2, 3, 4, ...., 9
any help in adjusting my url to fit these search parameters would be appreciated.
thanks
steve
Comment