Posts by frdmarkes • 39 points
7 posts
-
0
votes1
answer25
viewsQ: subtraction of values between columns other than the same table
is the following, I am trying to get the result of a subtraction through a query between different columns of the same table. I have the following table. As you can see in the table, I have the…
-
-3
votes1
answer27
viewsQ: Template loads only in one view
Good night! I created a directory called layouts and within it a template (template.blade.php) to use in my views whenever necessary, but it loads only in a view whose name is index.blade.php,…
-
0
votes3
answers444
viewsQ: hide id passed in url
is the following, in the application I am developing, I have a complaint form where the user does not need is logged in to fill it and make his due complaint, up to there everything right, so he…
-
1
votes1
answer66
viewsQ: Display the input id data?
I have the method responsible for calling a page (View) which displays the data referring to the last id entered in the database and I am using the framework Laravel and ORM Eloquent public function…
-
0
votes3
answers781
viewsQ: How to view the data of the last saved record in the database
how do I display in the view only the data of the last saved record in the database? I can display all the data by calling the All() method in the control, and the good old foreach in the view to…
-
0
votes1
answer21
viewsA: Completed combobox in the edit form
Good guys, I got through a post I found on this blog http://wbruno.com.br/php/mostrar-option-de-select-escolhido-pelo-usuario-php-mysql/, I am posting the solution, because I believe that another…
-
-1
votes1
answer21
viewsQ: Completed combobox in the edit form
how do I load this combobox filled in the edit form with the chosen value during registration? <label for="tipo_lancamento">tipo de lancamento</lable> <select…