Posts by Guilherme Abel • 51 points
2 posts
-
0
votes1
answer132
viewsQ: I cannot correctly pass the arguments to the function that updates data in the database (Laravel)
I am using Laravel 5.6 and came across a problem at the time I try to edit database records: Step from the table that shows the data and options (edit, delete, etc.), to the edit page, and when I…
-
5
votes3
answers690
viewsQ: Check whether html form numeric field has a maximum of 6 numbers with PHP
I need to test if field is filled and if it is composed of up to 6 numbers using the PHP language