Comunidad de diseño web y desarrollo en internet online

incluir el $row dentro del enlace!!!

Citar            
MensajeEscrito el 23 Oct 2018 10:21 pm
Hola a todos tengo este codigo php

Código PHP :

      <?php
        while ($row = mysqli_fetch_array($query))
      {
         //$amount  = $row['amount'] == 0 ? '' : number_format($row['amount']);
         echo '<tr>
               <td>'.$row['fecha']. '</td>
               <td>'.$row['descripcion'].'</td>
               <td>'.$row['archivo'].'</td>
               </tr>';
      }?>


quisiera meter este en el $row['archivo'] pero no me deja me sale error, se que es algo básico pero no me da..

<td>'.<a href=$row['archivo']><img src='pdf.png' width='30' height='35' /></a>.'</td>


Por favor ayuda!!!

Por flashtrix

21 de clabLevel



Genero:Masculino  

chrome
Citar            
MensajeEscrito el 24 Oct 2018 02:14 pm
Pude hacerlo quedo asi

Código :

<?php
        while ($row = mysqli_fetch_array($query))
      {
         echo '<tr>
               <td>'.$row['fecha']. '</td>
               <td>'.$row['descripcion'].'</td>
               <td><a href="'.$row['archivo'].'"><img src="pdf.png" width="30" height="35"></a></td>
               
               
               
            </tr>';
      }
      ?
>

linea

Código :

<td><a href="'.$row['archivo'].'"><img src="pdf.png" width="30" height="35"></a></td>

Por flashtrix

21 de clabLevel



Genero:Masculino  

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.