Hola Jeshua3001!
coneste codigo mostro la foto del usuarioo don quiero.
Código PHP:
Ver original<?php if ($_SESSION['nick']){
print(require("Usuarios1/mensajes1/foto.php"));
}
?>
y con este la saco atraves de la ruta insertada en la base de datos
<?php
require("config.php");
$result_1= "SELECT * FROM usuarios where id = ". $_SESSION['id'] ."";
echo "<table width=\"80\" cellspacing=\"4\" cellpadding=\"4\">";
echo "<tr>";
echo "<td rowspan=\"4\" width=\"150\"style='border:1px solid #808000 ' ><b>";
echo "<img src='http://www.tuweb.com/imagenes/thumbnails/$row[imagen]' >";
echo "</td>";
echo "</tr>";
echo "</table >";
}
?>