Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/10/2010, 17:30
Avatar de orllo55
orllo55
 
Fecha de Ingreso: junio-2006
Mensajes: 44
Antigüedad: 17 años, 10 meses
Puntos: 0
quien me solucina este problema

Tengo un formulario. y no se como hacer y que cambiar para que redireccione a otra direccion web.
Muchas gracias
Código PHP:

          //Message sent!
          //It the message that will be displayed when the user click the sumbit button
          //You can modify the text if you want
          echo nl2br("
           <div class=\"MsgSent\">
            <h1>Correcto</h1>
            <p>Su mensaje <b><?=$name;?></b>, se ha enviado correctamente!<br /> En 24H nos pondremos en contacto con unsted.</p>
        </div>
       ");

           else

        // Display error message if the message failed to send
        echo "
           <div class=\"MsgError\">
            <h1>Error!!</h1>
            <p>Sorry <b><?=$name;?></b>, your message failed to send. Try later!</p>
        </div>";
    }