I have a table with a very special value it was int, now I change it to a binary number, 24 values.
Every value mean a true or false to a variable, now I want to search for a specific value inside it, like value 5 to see if value is 1 or 0. But I try
AND itemjob{'$job_id - 1'} LIKE '1'";
and didnt work, I try with the int to get his value resting the values over it, but I get hundreds of combinations, so my only solution is search for a special place of this variable.
Very confusing heheheh.
Well I need to know what type should I use, int or string, and how can I search for place in this binary.
I am very newbie in php, so could be simple the answer?