couple things.
-
you’re comparing an array, use
$kayit[0]
or$kayit['Risk']
-
you’re using the wrong operator. You need to use
==
in the comparisons.
solved while and if , else combination [duplicate]
couple things.
you’re comparing an array, use $kayit[0]
or $kayit['Risk']
you’re using the wrong operator. You need to use ==
in the comparisons.
solved while and if , else combination [duplicate]