Posts by Misterium • 13 points
2 posts
-
-1
votes2
answers327
viewsQ: Increase +1 in database
Well, I wanted to count +1 in mysql, and I’m not getting it. Code below <?php $con=mysqli_connect("localhost","root","asdasd","dbb"); if (mysqli_connect_errno()) { echo "Failed to connect to…
-
0
votes0
answers191
viewsQ: PHP/Database, add MD5 and check
Well, I use the following code to p/ make a check if the user exists and log in: <?PHP include('config.php'); include('menu.php'); # Validar os dados do usuário function…