Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/12/2012, 09:14
XD2XD2
 
Fecha de Ingreso: diciembre-2012
Mensajes: 223
Antigüedad: 11 años, 5 meses
Puntos: 2
Cannot modify header information - headers already sent by

Yo tengo este codigo y me sale este error:
Cannot modify header information - headers already sent by
Código PHP:
Ver original
  1. if(isset($_POST['nombre'])){
  2.     mysqli_query($conectar, ".................'");
  3.     setcookie("dominio");
  4. }