<html> <head> <title><? $web = $_GET['web']; switch($web){ case 'chat': echo "Estás en chat"; break; default: echo "Estás en el index"; } ?></title>