0
How Can I Make You Click On A Flag It Records Your Language Data in a Session
- Brazil ==> writes string ""
- United States ==> saves to session the string "uses"
and by 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>