Hi there,
I don’t understand what am I missing.
With this code I get a title, a language name and an icon flag
[php]if ($languages && $user[‘languages’]!=’’)
{
echo ‘;
foreach ($languages_array as $lang)
{
echo ’ ‘.$lang[‘name’].’’;
}
}[/php]
Why can I get just the icon flag with this one (different page)
[php] if ($user[‘languages’])
{
echo ‘’;
}[/php]
Any help will be very appreciate.
Thanks,
Nuno