Posts by Vinicius Aquino • 21 points
4 posts
-
0
votes1
answer72
viewsQ: While doesn’t display if I use get id?
Can someone help me understand why this code is failing to display the genre of the bank? <div class="first_info"> <?php $vide = $_GET['i']; include "core/home/database.php"; $consultaGe =…
-
0
votes0
answers32
viewsQ: Do you have a system to select profile equal to Netflix with different bank?
I created a table in the database with the parent user data, the one who created the account, and created a table that specifies only the child profiles, the ones that are added for each person.…
-
-2
votes1
answer52
viewsQ: How do you make a slider menu in java?
As if it makes a menu in this style here, that by clicking it hides one content, and shows another? Some example of how to do more or less? Something like this side menu of this site for example…
-
0
votes2
answers86
viewsQ: How do I pull all user data from Session?
To summarize, I created a page where the user when logging in will be able to see your data, it is responsible for displaying all of them and still some options to edit (but this is not what…