Contact: aviboots(AT)netvision.net.il
40,759 questions
53,133 answers
573 users
$language = $_GET['language']; $rtl_langs = array('hebrew', 'arabic', 'urdu'); $textdir = 'ltr'; if (in_array($language, $rtl_langs)) { $textdir = 'rtl'; }
<html dir="<?php echo $textdir; ?>">