Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2009, 12:09
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 14 años, 11 meses
Puntos: 1517
Respuesta: eliminar archivo (otro caso)

dale un echo a

Código PHP:
    $imagen_url mysql_result($rs_del,0,"imagen_miembro_foto_url"); 
    
$imagen_thumb_url mysql_result($rs_del,0,"imagen_miembro_thumb_url"); 
echo 
$imagen_url."<br />";
echo 
$imagen_thumb_url;
die(); 
y dime que sale