Jump to content
Fórum Script Brasil
  • 0

query string não funciona no form action


paulodias

Question

3 answers to this question

Recommended Posts

  • 0

o codio da query

foreach ($_REQUEST as $___opt => $___val){
$$___opt = $___val;
}
if(empty($pg)){
include("nav/home.php");
}
elseif(
substr($pg, 0, 4 ) == 'http' or substr($pg, 0, 1) == "/" or substr($pg, 0, 1) == "."){
echo 'A pagina não existe. Por favor selecione uma pagina a partir do menu Principal.';
}else
{
include("nav/$pg.php");
}
?>

o problema esta no get_magic_quotes_gpc, que se encontra em um script criado pelo Dreamweaver..

quando eu removo o script o quary string funciona

Edited by paulodias
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
      652k
×
×
  • Create New...