Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/12/2005, 15:11
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Por ejemplo:


Código PHP:
<html>
<head>
<title>Página titulo: <? echo $_GET['titulo'?></title>
</head>
<body>
</body>
</html>
Y le pasas valores por el URL tipo:

Código PHP:
<a href="pagina.php?titulo=nose">pagina</a


Un saludo,