Warning: Cannot modify header information - headers already sent by (output started at C:\xampplite\htdocs\viajaenmexico\gracias.php:9) in C:\xampplite\htdocs\viajaenmexico\gracias.php on line 54
no hace lo que quiero le mando la siguiente operacion
Código PHP:
   else 
    {
        echo "<script>alert('La tarjeta número: $ccnum de $cctype NO ES VALIDA reintente de nuevo');</script>";
        header ("Location: '".$_SERVER['HTTP_REFERER']."'");
    } 
     
 


