Questions tagged as 'mysql'

0
answers

Doubt with Android Studio / Kotlin applying Searchview filter with RecyclerView to query from MySql / PHP

As you can see, I'm new to using stack overflow . I'm using Android Studio with Kotlin. It is not yet clear to me how to get to the filter. I have seen other examples to guide me, but I find no similarity for it. I hope you can help me and I...
asked by 27.04.2018 / 00:25
1
answer

I have a problem to bring some courses from a Post Type to a page in wordpress

Hi, I'm doing this page web where I have some courses that I upload directly in Post type courses but I have to filter them in this page that I attached above. The site is made for two countries Mexico and Argentina and I need the people of Me...
asked by 27.04.2018 / 13:11
2
answers

TCPDF print results of a MySQL PHP query

Hello, I have the following problem, I am trying to select all the records of a table and then pass them to a pdf file, the problem is that it only prints a record in the pdf, when in fact they must be 3 which are the ones that I have in the bd,...
asked by 30.04.2018 / 20:42
0
answers

VB.NET, show in combobox the data of a select query

Hello good night everyone, I have a method that allows you to search for a value, if you find it, it brings me the associated data and passes it to different controls, to the textbox, labels no drama, but to show in the combobox it does not work...
asked by 26.04.2018 / 20:19
1
answer

Problem when making a query with the MATCH and AGAINTS in mysql

I have the following problem is that I want to perform a user search, with the use of match againts and it is the next fragment of code. SELECT pur.url_product, us.Name,us.LastName, pur.fecha_compra, count.Name_country, ci.Name_city...
asked by 26.04.2018 / 19:52
1
answer

How to re-calculate data already registered in MySql when editing or deleting a previous record?

I have a table of movements where register entry and exit of products each record has its quantity (entry or exit) and its current stock until there works correctly now because I want to move to the edit part and I was wondering if at the time o...
asked by 03.05.2018 / 22:21
1
answer

Medoo - Include MySQL query directly

I have a file with a query model that I can not understand and I need to be able to change it, but changing the model stops working so it should be the same as this one, but modifying the query or at least functioning like this, this is the curr...
asked by 25.04.2018 / 02:02
1
answer

how to update a table in a mysql database with Angular and Laravel

I am developing an application with Laravel and angular, I am bringing the data with Laravel and I show them with Angular. Controller in laravel: public function ListadoDimensiones(){ $dimensiones = Dimension::with(['categorias' => f...
asked by 24.04.2018 / 22:36
1
answer

FORM It does not send by POST some fields that come from MYSQL

I am making a form as follows: <form id="datosventa" name="datosventa" method="POST" action="nventalentes2.php"> <?php $montura = $_POST['categoryName']; $paciente = $_POST['paciente']; $query2 =...
asked by 24.04.2018 / 20:05
0
answers

Why is my table in mysql not updated using php?

I've been trying to update a mysql table that I have on phpmyadmin without success. The data that I enter to update this table if they manage to be sent by the POST method to another php page but can not be updated in the table. While you set de...
asked by 04.05.2018 / 15:51