problema header php
tenho essa estrutura no cabecalho aparentemente esta tudo certo ams o erro continua
<?php
ob_start();
session_start();
header('Content-type: text/html; charset="utf-8"', true);
require_once('admin/inc/conn.inc.php');
/* <?xml version="1.0" encoding=utf-8//?> */
include_once('functions/funcoes.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br" xml:lang="pt-br">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<meta charset="iso-8859-1";content="text/html" http-equiv="Content-Type">-->
<meta name="resource-type" content="document">
<meta http-equiv="pragma" content="no-cache">
<meta name="revisit-after" content="">
<meta name="classification" content="Advertising and Marketing">
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/www/index.php:1) in /home/www/estrutura/cabecalho.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/www/index.php:1) in /home/www/estrutura/cabecalho.php on line 4
desde ja grato
Discussão (1)
Carregando comentários...