Answer the question
In order to leave comments, you need to log in
How to fix the definition problem?
Hello, tell me how to fix it on version php 5.4 it works and it doesn’t work on 5.6
<?if($styles == 0):?>
<link href="/../../../../../../../assets/layouts/layout4/css/themes/default-rtl.min.css" rel="stylesheet" type="text/css" id="style_color" />
<?endif;?>
<?if($styles == 1):?>
<link href="/../../../../../../../assets/layouts/layout4/css/themes/light-rtl.min.css" rel="stylesheet" type="text/css" id="style_color" />
<?endif;?>
<span class="widget-thumb-body-stat" data-counter="counterup" data-value="100000"><?$userov = 0;
foreach($users as $itemr): ?>
<? $userov++; ?>
<?endforeach;echo $userov; ?></span>
Answer the question
In order to leave comments, you need to log in
<?php if($styles == 0): ?>
<link href="/../../../../../../../assets/layouts/layout4/css/themes/default-rtl.min.css" rel="stylesheet" type="text/css" id="style_color" />
<?php endif; ?>
<?php if($styles == 1): ?>
<link href="/../../../../../../../assets/layouts/layout4/css/themes/light-rtl.min.css" rel="stylesheet" type="text/css" id="style_color" />
<?php endif; ?>
<span class="widget-thumb-body-stat" data-counter="counterup" data-value="100000">
<?= count($users); ?>
</span>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question