Posts by Adriano Rufino • 77 points
9 posts
-
-1
votes1
answer305
viewsQ: Authentication in the Laravel accessing routes protected by auth middleware
Good morning, I’m making a little project with Laravel, I’m at the authentication part and I had a question. i protected a group of routes with middleware auth so the user will only be able to…
-
0
votes0
answers201
viewsQ: Validate Cpf with ajax puchando from mysql
Guys I’m trying to validate a Cpf with ajax I look for Cpf in the bank to see if it already exists it gives an alert and does not submit the form if there is no it has to submit, but in my case it…
-
0
votes1
answer1201
viewsQ: #1064 - You have a syntax error in your SQL next to 'DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci' on line 1
So guys, I exported a database from the school where I study only that I exported the database from an old mysql so it Gero another xml code for me and need to import it to a latest mysql it from…
-
0
votes1
answer89
viewsQ: Subquery with mysql with two tables
Guys I’m trying to do a subquery in Where as a condition to list the average hours worked greater than 20 and the title of the codProj with 2 tables Following the code: SELECT…
-
0
votes1
answer1470
viewsQ: Warning: mysqli_query(): Couldn’t fetch mysqli in C: xampp htdocs aula exercicio update.php on line 11
Guys I’m having a problem with this error message,I checked the connection to the database and sure I can register but when it comes time to update it of this error and I can’t find out Follow the…
phpasked Adriano Rufino 77 -
-1
votes5
answers585
viewsA: Footer content does not cover the entire screen
Guys thanks for all of your help,…
-
1
votes5
answers585
viewsQ: Footer content does not cover the entire screen
I’m making a footer at the bottom of the page. It’s already all right and it doesn’t occupy every screen nor with container-fluid: Follow the footer code: <footer class="container"…
-
1
votes1
answer26
viewsQ: Activating various input with js
Guys I’m trying to catch several name with same name in js and activate them but unsuccessfully follows the code; function botao(){ document.getElementsByName("titulo").disabled=false;…
javascriptasked Adriano Rufino 77 -
4
votes2
answers278
viewsQ: Matrix or Vector, huh?
What are the advantages of using a matrix, since the vector is easier to use and does the same things?