Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá amigos, estou com um probleminha em um script mmn na pagina login está aprecendo esses erros:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/odont452/public_html/filaunica1/join.php:9) in/home/odont452/public_html/filaunica1/join.php on line 47
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/odont452/public_html/filaunica1/join.php:9) in/home/odont452/public_html/filaunica1/join.php on line 47
essa é a pagina do script:
<!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](http://www.w3.org/1999/xhtml)" xml:lang="en">
<html>
<title>Web site</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="Web site" />
<meta name="description" content="Site description here" /> LINHA 9 QUE COMEÇA O ERRO
<meta name="keywords" content="keywords here" />
<meta name="language" content="en" />
<meta name="subject" content="Site subject here" />
<meta name="robots" content="All" />
<meta name="copyright" content="Your company" />
<meta name="abstract" content="Site description here" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<link id="theme" rel="stylesheet" type="text/css" href="style.css" title="theme" />
</html>
<body>
<div id="wrapper">
<div id="bg">
<div id="header"></div>
<div id="page">
<div id="container">
<!-- banner -->
<div id="banner"></div>
<!-- end banner -->
<!-- horizontal navigation -->
<div id="nav1">
<ul>
<li id="current" style="border:none"> <a href="index.php" shape="rect">inicio</a> </li>
<li> <a href="funciona.php" shape="rect">funciona</a> </li>
<li> <a href="duvidas.php" shape="rect">Perguntas </a></li>
<li> <a href="#" shape="rect">Cadastrar</a> </li>
<li> <a href="login.php" shape="rect">Login</a> </li>
</ul>
</div>
<!-- end horizontal navigation -->
<!-- content -->
<div id="content">
<div id="center">
<div id="welcome">
<h3>Cadastre-se e comece a ganhar </h3>
<p><img src="imagem-beleza.gif" width="559" height="133" alt="" /></p>
<center>
<center>
<?php
session_start(); LINHA 47 QUE APRESENTA ERRO
session_register("refid_session");
include "config.php";
if(!$_POST)
{
?>
página do script que apresenta o erro:
http://filaunica1.hostig.com.br/join.php
desde já agradeço a cooperação
Carregando comentários...