HowcanIdothatwhenclickingonsomeflagitsavesinasessionthedatareferringtoitslanguage
- Brazil==>writesinthesessionthestring"br"
- United States == > writes in the session the string "uses"
and clicking on one destroy the other
Estou indo por esse principio mais não sei se é o correto
lng = $_REQUEST['lng'];
$_SESSION['lng'] = $lng;
<a href="<?echo $nome_do_arquivo?>?lng=br"><img src="img/br.jpg" width="28"
height="16" alt="Image" data-retina="true"/></a>
<a href="<?echo $nome_do_arquivo?>?lng=usa"><img src="img/lang_en.png"
width="28" height="16" alt="Image" data-retina="true"/></a>
<a href="<?echo $nome_do_arquivo?>?lng=fran"><img src="img/lang_fr.png"
width="28" height="16" alt="Image" data-retina="true"/></a>
<a href="<?echo $nome_do_arquivo?>?lng=spain"><img src="img/lang_es.png"
width="28" height="16" alt="Image" data-retina="true"/></a>