Posts by Francisco Nascimento • 13 points
3 posts
-
1
votes0
answers39
viewsQ: Message positioning
I have a login screen and would like to know how to position for example the message "invalid password" after an unsuccessful query (in PDO), within the form (html) login field or below the password…
phpasked Francisco Nascimento 13 -
-1
votes2
answers346
viewsQ: $(Function() does not work
I am a beginner in this language and I have the following question: the code below is working, but if I take the comment from the part * With this block does not work*, It doesn’t work now, but I…
javascriptasked Francisco Nascimento 13 -
0
votes1
answer47
viewsQ: Questions about PDO preparation structure
I have the class connected: <?php /* * Constantes de parâmetros para configuração da conexão */ define('SGBD', 'mysql'); define('HOST', 'localhost'); define('DBNAME', 'db_blog');…
phpasked Francisco Nascimento 13