Posts by Marcos Meschial • 3 points
1 post
-
-1
votes3
answers81
viewsQ: How to remove the login button after starting Session in php Pdo?
I wanted to know how to shoot the login and put one welcome after login: //codigo q faz o login $sql = "select id, nome, email, senha, ativo from usuario where email = ? and ativo = 'S' limit 1";…