ID returns more from table than the ID...
Posted: Sun Oct 26, 2014 4:58 pm
Hello all,
I have an ID field in a table, let's say it returns 1, but when I use conditional logic to compare, it returns true if the ID is IN the field instead of an exact match. Is there a PHP function that will compare the ID, in this case 1, to ONLY those records in the table that are 1? I am getting 12, 13, 14, etc...
Thanks in advance.
I have an ID field in a table, let's say it returns 1, but when I use conditional logic to compare, it returns true if the ID is IN the field instead of an exact match. Is there a PHP function that will compare the ID, in this case 1, to ONLY those records in the table that are 1? I am getting 12, 13, 14, etc...
Thanks in advance.