Yes indeed, it is skewed. There isn't anything I can do about it however because the other programmer already has his code sorting it out this way but with Perl.
Basicly I'm trying to return the field name if the data within that column ='s the variable I set.
My first thought only sees a solution that uses SQL employing either an intricate 'OR' construct in the WHERE clause to limit to recors containing 'Joe' or a full-text index.
The second part then would be a while loop that iterates through the records - retrieved as associative array - and return the keys for fields where the value matches the search string.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.