I'm in the final stages of developing my blog in wordpress and a few months ago, when I started developing I put a título , but after a lot of research I decided to change it, because I found another similar one. mine is unique - so...
Note: Developed with Laravel 5.7.
Note 2: This is the "New Order" view.
The form will dynamically receive the products according to their previously registered items. Until then, okay!
The user will bookmark the product and enter the desi...
I have a form that returns an array with the values:
Número: {{Form::text('tel[]')}}
Proprietário: {{Form::select('proprietario[]',['Aluno'=>'Aluno','Pai'=>'Pai'])}}
Tipo: {{Form::select('tipo[]'['Pessoal'=>'Pessoal', 'Comercial'=>...
I am making a status change in my database using $.getJSON , it works, but in return I need to update the div where the data is and I am not able to perform this task, see the code below: / p>
<script>
$(function(){...
How can I calculate 15,625 mod 23 in PHP only?
I searched Google and other resources and did not succeed in my search, could you give me more information?
I am trying to perform a sort order of records on a page by firing a List / Menu, but when I fire it, I am losing variable values from a first selection.
When I enter the products page, I already place a $ dep variable and show the result.
Wh...
In PHP, according to the manual, the reference of one variable is for one variable pointing to the same place where the other is in memory. I also saw that when we declare we refer to a variable that does not exist, it is created and set to N...
I'm developing a "News" page with a lot of news, and it will only show 9 news stories per page, above that, you should go to page 2 and so on ... how do I do that?