Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/05/2010, 16:34
Avatar de spider_boy
spider_boy
 
Fecha de Ingreso: diciembre-2003
Ubicación: Chile
Mensajes: 1.855
Antigüedad: 20 años, 4 meses
Puntos: 89
Respuesta: Enviar email dependiendo del checkbox.

Pues con un simple $_POST.

Ej :

Código PHP:
Ver original
  1. if(!empty($_POST['opcion1'])) {
  2.    // hacer algo...
  3. } else if(!empty($_POST['opcion2'])) {
  4.    // hacer otra cosa...
  5. } else {
  6.    // hacer alguna otra cosa...
  7. }

Espero te sirva... nos vemos.
__________________
Nunca te olvidaré mi negra hermosa. Te extraño demasiado.