I have this code to log in to my site:
session_start();
ob_start();
define('URL', 'http://www.pardaldobico.com.br/');
define('CONTROLER', 'home');
define('METODO', 'index');
header('Content-Type: text/html; charset=utf-8');
But the server is experiencing this error:
PHP Warning: session_start (): can not send session cache limiter - headers already sent (/ started / line 2
PHP Warning: Can not modify header information - headers already sent by / p>
Can anyone help me?