estoy haciendo una pagina en la ke al principio me logeo cuando cargo el index.php me aparece el siguiente mensaje:
Warning: Cannot modify header information - headers already sent by (output started at C:Archivos de programaApache GroupApache2htdocsinfonotasConnectionsconexion.php:13) in C:Archivos de programaApache GroupApache2htdocsinfonotasindex.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:Archivos de programaApache GroupApache2htdocsinfonotasConnectionsconexion.php:13) in C:Archivos de programaApache GroupApache2htdocsinfonotasindex.php on line 4
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:Archivos de programaApache GroupApache2htdocsinfonotasConnectionsconexion.php:13) in C:Archivos de programaApache GroupApache2htdocsinfonotasindex.php on line 4
el codigo de estas lineas es el siguiente:
header("Pragma: no-cache");
session_start ();
si alguien me puede ayudar con este problema se lo agradecere.... de antemano gracias