António Posted July 24, 2014 Report Share Posted July 24, 2014 fiz um session start para quem quiser entrar no painel administrativo sem fazer login dar erro , para nao ter acesso ao conteudo sem ser admin, mas isto nao deixa entrar nem mesmo metendo o email e a pass bem, o que será? if($_SESSION['login'] ==="1"){; header ("Location: ../admin"); } else { $_SESSION['login'] = ""; header ("Location: ../admin"); } Link to comment Share on other sites More sharing options...
Loki Posted July 26, 2014 Report Share Posted July 26, 2014 Qual o erro que te aparece? Link to comment Share on other sites More sharing options...
HappyHippyHippo Posted July 27, 2014 Report Share Posted July 27, 2014 if($_SESSION['login'] ==="1") { // se verdadeiro vai para ../admin ; header ("Location: ../admin"); } else { // se false vai para ../admin $_SESSION['login'] = ""; header ("Location: ../admin"); } afinal vai sempre para o mesmo local ... IRC : sim, é algo que ainda existe >> #p@p Portugol Plus Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now