Jump to content
Fórum Script Brasil
  • 0

Meu Codigo Esta Certo


mestre fyoda

Question

4 answers to this question

Recommended Posts

  • 0

if ( $estado == "#" ) {

header("Location:index.php?pag=cadastro.php?cadastro=falhou&causa=".urlencode('Você não escolheu o Estado.<br>'));

exit;

}

ou

if ( $estado == "#" ) {

echo "<script>window.location='index.php?pag=cadastro.php?cadastro=falhou&causa=".urlencode(\"Você não escolheu o Estado.<br>\")'; </script>";

exit;

}

KUROLE

Link to comment
Share on other sites

  • 0

o comando header tem limitações. Não póde ter nehuma saida html antes dele...

é melhor fazer por JS como disse já nossa amigo acima... cool.gif

Link to comment
Share on other sites

  • 0

primeiramente o seu codigo deu erro , segundo eu posto em mais de um forum porque alguns foruns respondem mais rapido

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/tibia/public_html/cadastrando.php on line 19

Parse error: parse error, unexpected ';' in /home/tibia/public_html/cadastrando.php on line 19

A linha 19 é essa abaixo .

echo "<script>window.location='index.php?pag=cadastro.php?cadastro=falhou&causa=".urlencode(\'Você não escolheu o Estado.<br>\')'; </script>";

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...