Buenos dias, he desarrollado un gestor de contenidos para una pagina web.
Lo realice usando el wampserver y todo andaba bien, pero cuando lo subi al servidor me salia este error y no se a que se debe:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/bb000063/public_html/index.php:6) in /home/bb000063/public_html/index.php on line 6
Código PHP:
<?php
session_start(); //linea 6
if (isset($_SESSION['s_username']))
$isLogin = TRUE;
else
$isLogin = FALSE;
include("Conexion/conec.php");
$link = conectarse();
$result = mysql_query("SELECT * FROM inicio", $link);
$row = mysql_fetch_array($result);
?>
Me podrian ayudar porque me da este error