php não redireciona pagina

1. php não redireciona pagina

felipe silva
lipman

(usa Debian)

Enviado em 18/10/2016 - 15:17h

estou com esse problema em meu site, nem terminei ainda... ainda tem umas coisas para concluir!
aqui esta o php:

<?php

$escolha = $_POST["escolha"];

switch ($escolha){

case "0":
header("location: /apocalipse-16.html");
break;
case "1":
header("location: /eclesiastes.html");
break;
case "2":
header("location: /mensageiros-de-Cristo.html");
break;
case "3":
header("location: /proverbio-x.html");
break;
case "4":
header("location: /fruto-sagrado.html");
break;
case "5":
header("location: /oficina-g3.html");
break;
case "6":
header("location /talles-roberto.html");
break;

}

?>

o interesante, é que só acontece com o escolha.php (esse) e não com o naveg.php
desde já agradeço!
sim já ia me esquecendo!


<!DOCTYPE html>
<html>
<head>
<center><img src = "/logo/logo-oficial.png"></center>
<meta charset = "utf-8">
<title>Gospel Pro</title>
<form action = "naveg.php" method = "post">
<center><input type = "submit" value = "Ir para">
<select name = "site" value = 'site' size = "1">
<option value = '0'>Home</option>
<option value = '1'>Músicas</option>
<option value = '2'>Mensagens</option>
<option value = '3'>Notícias</option>
<option value = '4'>Livros</option>
<option value = '5'>Receitas</option>
<option value = '6'>Área android</option>
<option value = '7'>DVD's</option>
<option value = '8'>Igrejas perto</option>
</select></center>
</form>
<hr />
</head>
<body background = "/logo/fundo-oficial.jpg">
<center><font color = "green"><h3>Escolha os artistas abaixo</h3></font></center><br />
<form action = "escolha.php" method = "post">
<center><input type = "submit" value = "Já escolhi!">
<select value = "escolha" size = "1">
<optgroup label = "Rap gospel">
<option name = "apocalipse 16" value = '0'>Apocalipse 16</option>
<option name = "eclesiastes" value = '1'>Eclesiastes</option>
<option name = "mensageiros de Cristo" value = '2'>Mensageiros de Cristo</option>
<option name = "proverbio x" value = '3'>Proverbio x</option>
<optgroup label = "Rock gospel">
<option name = "fruto sagrado" value = '4'>Fruto Sagrado</option>
<option name = "oficina g3" value = '5'>Oficina G3</option>
<option name = "thalles roberto" value = '6'>Thalles roberto</option>
</select></center></form>
</body>
</html>

abraços!


  


2. L Maiúsculo

Hoheckell Nunes
hoheckell

(usa XUbuntu)

Enviado em 27/10/2016 - 14:12h

Tenta usar o header('Location:url'), com L maiúsculo.


3. Re: php não redireciona pagina

thinomar
thinomar

(usa Linux Mint)

Enviado em 27/10/2016 - 16:12h

lipman escreveu:
...
header("location /talles-roberto.html");
[/code]


Corrija:
header("location: /talles-roberto.html"); 







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts