Interesuje mnie w jaki sposób sprawdzać w bazie czy jest 1 czy 0.
Napisałem sobie takie coś ale wydaje mi się że jest źle.
Proszę o pomoc.
<? if(0=1) else if(0=1) ?>
<? if(0=1) else if(0=1) ?>
if(0=1)
<?php $txt = $assoc['numer']; if ($txt == 1){ } elseif ($txt == 0){ } ?>