If I have a bunch of data in a custom field that is a textarea multiline, example:
12345
25939
1992
929
99283
2983
9383
94858
2082
just a bunch of data, is there a way that if I have someone with a number like that, where using PHP, I can search who has that in their textarea custom field?
like say the number was 929, so is there a way to see which member id, has 929 in that field and get their ID or user_login?
so that I can then programmically in PHP go pull those users out and display info about them?