Ver Mensaje Individual
  #17 (permalink)  
Antiguo 23/07/2005, 03:49
Avatar de DvD AdN
DvD AdN
 
Fecha de Ingreso: mayo-2005
Ubicación: Frente al monitor
Mensajes: 610
Antigüedad: 19 años
Puntos: 0
sera que pones:

Código PHP:
if ($accion == "enviar") {
$mensaje=$msg."http://dom.dominio.com".$actual;
mail ($para,$asunto,$mensaje);
}else{
....... 
y al darle enviar al formulario la URL cambia a http://dom.dominio.com/fotos/foto_am...?accion=enviar
y entonces $_SERVER['REQUEST_URL'] toma ese valor, y el correo se envia como dices
__________________
Keep f***ing learning
Ask for f***ing help.
Use f***ing spell check.
Think about all the f***ing possibilities.