Posts by Matheus Barros • 28 points
2 posts
-
0
votes2
answers458
viewsA: Finish buying Html + PHP
The function mysqli_insert_id() expects a connector as parameter, i.e.: $IdVenda = mysqli_insert_id($conn); and change this line $SqlInserirItens = mysqli_query("Insert into…
-
0
votes1
answer84
viewsQ: Basic doubt in C# (Sounds)
I am new in the forum and new C# programmer also. I made a basic software for college; a coffee maker. and in it I used sounds, but I indicated the sound in ("C:/users/...") the path on my PC. When…