Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/05/2007, 12:06
Avatar de raffskizze
raffskizze
 
Fecha de Ingreso: marzo-2004
Ubicación: ...
Mensajes: 433
Antigüedad: 20 años, 1 mes
Puntos: 0
Re: Es posible href en php

¬¬...

Cita:
Iniciado por sumolari Ver Mensaje
No, sería así
Código PHP:
<?php
$x
=1;
while(
$x != 5)
{
echo 
"<a href=\"Mi pagina "$x; echo ".php\">Pagina "$x; echo "</a>";
$x++;
}
?>
__________________
echo ( www.tutorial-enlace.net == tutoriales gratis ) ? 'Aprenderas gratis !!' : 'No aprenderas !!';