Good day!
The man went to the friends page, then went online, chose a friend there, you need to make links like Friends-> Online-> Ivan Ivanov, that is, you need to form a return path, write links on each page, or how? Tell me please. And if you do this? for example in GET - action=friends§ion=online;
$action = array("friends"=>"Друзья","setting"=>"Настройка"); $other = array("section"=>array("online"=>"Онлайн","offline"=>"Оффлайн")); echo '<a href="?action="{$_GET['action']}">{$action[$_GET['action']]}</a> / <a href="">?action="{$_GET['action']}>{$action[$_GET['section']]}</a>';