Posts by Drausio Lucas • 86 points
3 posts
-
1
votes2
answers312
viewsA: Subtract a day directly from CURRENT_DATE
In MYSQL all these work well : SELECT CAST(current_date()-1 as date), Date(current_date()-1), DATE(CURRENT_DATE - INTERVAL 1 DAY)…
-
1
votes1
answer623
viewsA: How to update multiple records at once? PHP+MYSQL
without knowing how you’re trying to record, I believe the logic you need is this : HTML Trocaria: <input type="text" name="tamanho[]" id="tamanho" class="form-control porcelana" value="<?php…
-
2
votes1
answer48
viewsA: I rename the folder, but when I git push the error
Try to give linux permission to the folder you changed, it is unlikely that the error is in git. chmod -R 775 /var/www/html/laravel/