Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/05/2009, 05:39
yassir
 
Fecha de Ingreso: mayo-2009
Mensajes: 74
Antigüedad: 15 años
Puntos: 0
Respuesta: registro tabla como enlace a otra pagina

echo "<table border = '2'> \n";
echo "<tr> \n";
echo "<td><b>producto</b></td> \n";
echo "<td><b>version</b></td> \n";
echo "<td><b>fechainicio</b></td> \n";
echo "<td><b>fechafin</b></td> \n";
echo "</tr> \n";
echo "</table> \n";

while($row = mysql_fetch_array($sql)){


echo $row['nomprod']." ------- ".$row['version']." ------ ".$row['fechainicio']." ------- ".$row['fechafin']."<br>";


este se el codigo lo ke kiero es algo como


<a href echo $row['nomprod']." ------- ".$row['version']." ------ ".$row['fechainicio']." ------- ".$row['fechafin']."<br>";</a>(sorry por la barbaridad)
pero una cosa asi
gracias