Hello
I have a TINYINT(1) field, group1, in a mysql data base and the value
is 1 but php
if ($row['group1'] == "1") {
does not work.
What should I be writing here?
Cheers
Geoff
PS echoing the group1 value does give 1.
I have a TINYINT(1) field, group1, in a mysql data base and the value
is 1 but php
if ($row['group1'] == "1") {
does not work.
What should I be writing here?
Cheers
Geoff
PS echoing the group1 value does give 1.
Comment