Questions tagged as 'mysql'

1
answer

Search for SIMILAR OR SIMILAR results in Laravel5.5 or MYSQL

Good morning everyone .. I'm doing a project in Laravel 5.5 and I have a question with a query to my database ... I have a table called CUTTER (the name does not matter much) that assigns a code depending on the similarity of a person's last n...
asked by 20.11.2017 / 18:56
1
answer

load dynamic content from an object in the menu

Good I need to know how to click on the different objects on the menu tabs, load different information. buscarda.php I will build a mysqli_query to get the table that meet the condition and deploy it, but I need to know how to create the variabl...
asked by 28.05.2018 / 16:35
1
answer

help form to upload title, images and links with php and mysql

I have a form that should send a title, two images and several links, my problem is not sending any of those things, the point is when I want everything to be sent in a single form I can not do the correct php, the images they are uploaded but t...
asked by 01.05.2016 / 20:47
1
answer

How to send a parameter in a LIKE query

My problem is that I'm doing a form, and I have a txt that is responsible for searching, but I have to put the manual data in the query to work, and what I want is to take the value of txt to search from here: I leave the code in summary View...
asked by 10.12.2018 / 19:51
1
answer

PHP error: Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

Hello my problem is that I am trying to make an insert in mysql, taking the data of the following form: I know it's a problem that I'm putting the wrong route or permission, but I can not find where I screwed up. For this I use the file "addP...
asked by 16.12.2018 / 19:59
1
answer

java.lang.NullPointerException to Load Image

Good morning everyone, I have a java.lang.NullPointerException error when I try to upload a photo to a JLabel. this is the following code based on the MVC pattern: this is the final method that will be executed in the JFrame pri...
asked by 30.05.2017 / 18:50
2
answers

How to edit a record of a table in php?

Very good! It is the first time that I have this strange error that appears when trying to edit a record of the table called state in php format in conjunction with html in the database I still use PhpMyAdmin. I have been updating with the sql...
asked by 26.05.2017 / 14:23
1
answer

Error in php login

Good morning, I have an error when logging in, this is my code: logout.php Here I create a file called Exit.php for you to log out. <?php session_start(); session_destroy(); header('location: index.php'); ?> inde...
asked by 08.06.2017 / 14:17
1
answer

Load data in an input from ajax with php and mysql when loading the page?

How about, someone could tell me how to load the data of a query in some text boxes from PHP with ajax when loading the html page to add the results in the input. This is what I have until now. <?php include '../conexion.php'; $query = "...
asked by 25.06.2017 / 03:26
2
answers

How to limit the sum of records to a column up to an X value? [closed]

I have two tables: Customers : Save customer data, such as: ID, Name, Points . Sales : Registers the sales made by each customer, like: Customer_ID, Service ( 10 minutes for example ), among others. I would like to see that in th...
asked by 26.03.2017 / 11:09