Posts by Beatriz Carlos • 45 points
6 posts
-
0
votes3
answers1426
viewsQ: Pass a variable from one function to another Laravel PHP?
Hello someone could help me? I’m having trouble passing function parameters to another. I don’t know if I’m doing it right, I’m new to PHP. public function verificarCondutor(Request $request) {…
-
0
votes1
answer49
viewsQ: How to Work with Events in Laravel?
Hello I am currently working with an access verification project. I need that when the person has access granted by the system triggers a sound "successfully authorized passage", my question is I…
laravelasked Beatriz Carlos 45 -
0
votes1
answer30
viewsA: Use another search box other than the default Datatables
I managed to solve my problem: we put it in the style: <style> .dataTables_filter { display: none; } </style> My js $("#filter-input").keyup(function() { var pesquisar = $(this).val();…
javascriptanswered Beatriz Carlos 45 -
0
votes1
answer30
viewsQ: Use another search box other than the default Datatables
Hello, what to know if it is possible to use a search box that I do by hand and add my table that has Datatable without affecting the plug-in. Why an example I was thinking of filtering for a date…
javascriptasked Beatriz Carlos 45 -
-1
votes2
answers914
viewsQ: Redirect to another PDF tab
Hey, I need some help! My current project needs to generate a report from one table, great I did with Dompdf, my doubt is how I make the pdf open in another tab and not in the current tab. The…
-
3
votes1
answer93
viewsQ: A variable in my while is not adding up
I’m new to Python and I’m trying to make an old game I’ve tried in every way to fix this mistake and I can’t, so I ask for help from my consecrated people! My play function has a while that has to…