I want to display an image that I have registered in the database

0
<?php 
   $result = ExibirDados();
     while ($resultado = mysqli_fetch_array($result))
         { ?>
            <tr>
                <td><img <?php echo "src=upload/".$resultado.">"; ?> </td>
                <td> 
  <?php } ?> 

asked by anonymous 02.11.2017 / 12:27

0 answers