Basically I have this:
基本上我有这个:
<?php
$variable = 8;
if ( $variable == array(5,6,7) ) :
echo '<p>'.$variable.'</p>;
endif;
?>
<?php
$Basically I have this:
基本上我有这个:
<?php
$variable = 8;
if ( $variable == array(5,6,7) ) :
echo '<p>'.$variable.'</p>;
endif;
?>
<?php
$