El error que me sale es el siguiente:
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\index.php:7) in c:\apache\htdocs\foro\includes\sessions.php on line 206
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\index.php:7) in c:\apache\htdocs\foro\includes\sessions.php on line 207
Y mas atras dieron una solucion que era la de poner al principio
Código PHP:
<?
ob_start();
?>
Y al final
Código PHP:
ob_en_flush();
Pero no lo entiendo muy bien como lo pongo porfavor necesito ayuda