v2.5.2
Giriş yap

if koşulu

wwx
366 defa görüntülendi
<?php if ($siparis['durum'] ) { ?>
sipariş durumu 7 ise bu alanı göstermesin ama daha farklı bir değer ise burayı göstersin nası yapabilirim
<?php } ?>
rephp7
822 gün önce
<?php if ($siparis['durum'] ==7 ) { null } else { ?>
göstermek istediğin html kodlar
<?php } ?>