Jump to content

[SOLVED] destory certain session?


DeanWhitehouse

Recommended Posts

ok, thanks

i am now stuck with this

<?php
if($_SESSION['lang_ru'] == true)
{
?>
<a href="?lang=en">English</a>
<?php
}
if($_SESSION['lang_en'] == true)
{
?>
<a href="?lang=ru">Russian</a>
<?php
}
else
{
?>
<a href="?lang=ru">Russian</a>
<?php
}
?>

 

When you select a lanuage you still see the else option

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.