Posts by Bruno Lazarine • 43 points
3 posts
-
0
votes0
answers26
viewsQ: How do I login and enter a user profile?
I have my user registration system and the login in which a command searches the records of login and should return the entry to the respective user profile. In this part I was left aimless. I…
-
0
votes2
answers80
viewsQ: How do I use variables within this PHP + Mysqli code?
My code returns the following error: Parse error: syntax error, Unexpected T_VARIABLE in /home/a2015539/public_html/envio.php on line 28 The code is this: // Create connection $conn = new…
-
3
votes1
answer82
viewsQ: How to insert a variable into an array?
I want to enter data in my database I’m using mysqli, I need to know how to indicate inside an array a variable, here and my code I want to know if this is the correct way to do it require…