Ae galera como eu incluo um style nesse script sem dar pau tipo esta dando o seguinte erro
Warning: Cannot modify header information - headers already sent by (output started at /home/www/rurounirpg.freefronthost.com/rk/textarea.php:1) in /home/www/rurounirpg.freefronthost.com/rk/login.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home/www/rurounirpg.freefronthost.com/rk/textarea.php:1) in /home/www/rurounirpg.freefronthost.com/rk/login.php on line 59
o código que está dando o erro é o seguinte
<?
include("online.php");
include("textarea.php");
if ($logado == "Sim") {
echo "Erro: você já está logado!";
}
else {
$login = $HTTP_POST_VARS["login"];
$senha = $HTTP_POST_VARS["senha"];
if (!$login || !$senha) {
?>
Para logar-se, digite abaixo, seu login e sua senha.
<br>
Caso você não seja cadastrado, cadastre-se <a href=cadastro.php>clicando aqui</a>.
Pergunta
N1ghtwish
Ae galera como eu incluo um style nesse script sem dar pau tipo esta dando o seguinte erro
Warning: Cannot modify header information - headers already sent by (output started at /home/www/rurounirpg.freefronthost.com/rk/textarea.php:1) in /home/www/rurounirpg.freefronthost.com/rk/login.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home/www/rurounirpg.freefronthost.com/rk/textarea.php:1) in /home/www/rurounirpg.freefronthost.com/rk/login.php on line 59
o código que está dando o erro é o seguinte
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.