Posts by MAKOTSUAMI • 39 points
5 posts
-
1
votes2
answers123
viewsQ: Query to return the first record with specific values
I have to perform a search of the first records with a certain value, let me exemplify. SELECT * FROM users WHERE gender LIKE '%M%' ORDER BY id DESC LIMIT 1; SELECT * FROM users WHERE gender LIKE…
sqlasked MAKOTSUAMI 39 -
-1
votes1
answer373
viewsQ: Remove yellow form background after autocomplete
Good evening, as shown below, does anyone know how not to yellow the background after an Autofill of Chrome??? I’ve seen some ways to change the color, but keep the original background not found,…
google-chromeasked MAKOTSUAMI 39 -
0
votes0
answers34
viewsQ: Input to create "posts" on news site
I’m making a personal project of news site using Laravel and Mysql. When a user was going to register a news item, I wanted them to be able to insert paragraphs, bold and other formatting in the…
-
1
votes2
answers498
viewsQ: Eloquent Laravel - Column user_id
Hi, I’m learning Portable and I didn’t find this on any forums. I have some tables that have a foreign key called 'user_id', but when I save an object in the bank I always have to fill this column.…
-
0
votes3
answers33
viewsQ: Print at the top of the page
I made a system of vestibular questions, the user creates his list of exercises, answers and get the note, only I wanted to print this note before the questions my page is more or less like the code…
phpasked MAKOTSUAMI 39