yes I tried to enter the code but i get a blank page i dont know to put it I mean
Is this what I have to enter and then what html code I have to enter for the images ?PHP Code:<?php
$language = $_SESSION['language'];
I had EN in my code and
$_SESSION['language']; return 'english', not 'en'
?>
Your HTML table with menu in one language meny here
<?php
} else {
?>
Your HTML with ENGLISH language meny and images here
<?php
}
?>
give me some example ? to help orient somehow



