Posts by Lucas Santos • 13 points
2 posts
-
1
votes2
answers2394
viewsA: How do I get the Logged in user ID in the PHP session and play in a variable to insert?
Do the following: //seu código... $result = mysqli_query(conexao(), $query); $arrayResutado = mysqli_fetch_assoc($result); //Vai te retornar um array, com os retornos do banco para o select que você…
-
-1
votes1
answer294
viewsQ: Date +1 Month increment (considering days, month and year)
Here’s the thing, in a system I’m developing, I need to increment a date. Below follows the code that I managed to develop until the moment that this works perfectly for increment even considering…