Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/11/2010, 13:29
Death_Empire
 
Fecha de Ingreso: febrero-2010
Mensajes: 818
Antigüedad: 14 años, 2 meses
Puntos: 55
Respuesta: como enviar un imagen con url variable por email

ya estas en php no tiene que abrir etiquetas tienes que concatenar la variable
Código PHP:
<?php
$cuerpo 

    <html> 
    <head> 
       <title>Imagen</title> 
    </head> 
    <body>
    <img src="http://dominio.com/'
$target_path .'" border=2>
    </body> 
    </html>'
.
    
$_POST["nombre"]; 
?>