Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/10/2010, 17:33
Avatar de CazaresLuis
CazaresLuis
 
Fecha de Ingreso: septiembre-2010
Ubicación: Distrito Federal
Mensajes: 67
Antigüedad: 13 años, 7 meses
Puntos: 2
Información Respuesta: quien me solucina este problema

Cita:
Iniciado por orllo55 Ver Mensaje
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>";
    }
Si pones el código completo estaría mejor porque no se entiende

Saludos