Posts by Howdruss • 53 points
3 posts
-
0
votes2
answers26
viewsQ: How to organize DB information printed on the page
I created a panel, where I want to show the information that is in db, these are printed on the screen through the code: <?php $servidor = "localhost"; $usuario = "root"; $senha = ""; $dbname =…
-
4
votes2
answers94
viewsQ: Login panel does not return the number of accounts
I am creating a login area, but when I click the login button, it does not return any error, for example: if the user does not exist I would like the number 0 to appear according to the variable…
-
0
votes1
answer101
viewsQ: Error calling DB table
I’m a beginner in Mysql and PHP, and I want to basically list the information I have on db on a page html. I made the code and is returning these errors: Warning: mysqli_select_db() expects…