Support

Account

Home Forums General Issues Checkbox and PHP if… Reply To: Checkbox and PHP if…

  • 
    <?php 
    
    if( in_array('en', $lang) )
    {
    
    }
    
    ?>