Ver Mensaje Individual
  #15 (permalink)  
Antiguo 07/03/2005, 14:26
Chete
 
Fecha de Ingreso: febrero-2005
Mensajes: 143
Antigüedad: 19 años, 2 meses
Puntos: 0
he probao con

Código PHP:
<? 
if ($_GET['players'] == $players && $_GET['players'] == file_exists($lineas)) {  
$lineas=file("$players.txt"); 
sort($lineasSORT_DESC);
foreach(
$lineas as $linea){ 
   echo 
'<a href="http://classic.zone.msn.com/Profile/RatingsPlayer.asp?Players=&Teams=&PlayerID='.urlencode(trim($linea)).'&TeamID=&pguest=" target="blank_">'.trim($linea).'</a><br>'


else { 
echo 
'no existe';
}
?>
pero no va alguno sabe como hacerlo? :S