Posts by brunoangola • 75 points
9 posts
-
0
votes2
answers154
viewsA: Accentuation problems in sql
I tried this way jdbc:postgresql://" + hostname + "/" + Database + "? charset=LATIN1" that would be so Connection con = Drivermanager.getConnection(jdbc:postgresql://" + localhost/js + "/" +…
jspanswered brunoangola 75 -
0
votes2
answers154
viewsQ: Accentuation problems in sql
I have problems accentuating the registration. If I register names with accent, they leave confused, I do not know if it is some sql problem. I already changed the utf8 for this but the text of the…
jspasked brunoangola 75 -
0
votes2
answers1664
viewsQ: query system with php
I have doubts I made a question sisitema with php but the result of only gives wrong answer and not right answer below the codes: HTML <form action="questionario_analise.php" method="post"…
phpasked brunoangola 75 -
2
votes1
answer182
viewsQ: What is the best way to use Media Queries
What is the best way to use Media Queries for responsive max-width: or min-width:
-
0
votes2
answers214
viewsQ: How do I do other Jquery effects?
I was able to make those effects fadeIn() and fadeOut(), but I’d like to know how I do the other effects like the pop. I used this system: $(document).ready(function (e){ $("#menu").fadeIn();…
-
1
votes2
answers1010
viewsQ: Questions about Notice Undefined variable
what this warning means Notice: Undefined variable: login in C: xampp htdocs Techphp profile.php on line 7 detail the login exist if(isset($_POST['login'])){ $login = $_POST['login']; } else { echo…
phpasked brunoangola 75 -
1
votes1
answer75
viewsQ: Problems with the login system
I’m having problems in the login system, the fact is in one of the pages of the system in particular on the page perfil.php. To explain better I will show the whole login system process. Page…
phpasked brunoangola 75 -
0
votes2
answers74
viewsQ: Problems with the user profile
The result of this error page: Notice: Undefined variable: name in C: xampp htdocs Techphp profile.php on line 57, line 58, line 59 and line 60, Which are the lines where the user profile data is.…
phpasked brunoangola 75 -
1
votes1
answer55
viewsQ: Problems with login
I’m having problems in my login registration can not validate the password it is incorrect but the database it is correct <?php $db = mysql_connect("localhost", "root", "angola") or die("cannot…
phpasked brunoangola 75