Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2008, 14:40
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 2 meses
Puntos: 52
Respuesta: Intentando imprimir una imagen

yo haria esto

Código PHP:
<html> 
    <head><title>File Uploading</title></head> 
    <body> 

    <?php 

    
echo "<img src=\"uploaded/image.gif\">"

     
     
    
?> 

    </body> 
</html>