Questions tagged as 'mysql'

0
answers

Loading MySql data with php and ajax

First what I have done: On the web I upload a file.csv to the server and then upload it to a table mysql . What I need: Once the data is already in the table, process it. As the data is a lot, sometimes my idea is the following (it...
asked by 12.04.2018 / 22:46
1
answer

Problems with json on android

I have a problem when registering a user in my android app In the registry.java I have the following code public class Registrarse extends AppCompatActivity { EditText etnombre, etusuario, etpassword, etedad; Button btn_registrar;...
asked by 09.04.2018 / 16:38
1
answer

how can I add some data

I have the following question. I'm doing a reservation system for hotels in PHP. in some dates the price increases and in others it decreases, now I have brought that from the DB but I want to know how to add the normal prices: $ PriceSystemA...
asked by 01.04.2018 / 17:20
0
answers

Select2 PHP search does not work

Hello good day I'm using the js select2 to fill a combo, I managed to fill it but the search now does not work for any character. This is my code js $(document).ready(function(){ // $('#panel_mantenimiento').hide(); $('#reg_id').select2({...
asked by 31.03.2018 / 23:01
0
answers

Checking PHP users by name and by id

I am creating a web application in which I need to be able to register a specific type of users in which the name can be repeated but the id they have assigned does not. The table in which they are stored has the following structure: user_id int...
asked by 31.03.2018 / 21:13
2
answers

How can I rename a database on android?

What happens is that at the beginning The database name without the extension ".db" and when reviewing data does not appear but if I create a new one with the extension ".db" if it appears, this is uncomfortable because I can not see what is hap...
asked by 27.03.2018 / 16:03
0
answers

Enter data in a table, from another table

I am creating a PHP logeo system, and so far the registration table works perfectly. Registry has attributes such as the auto-incremented id, the user, the password and the email. I need to create another table called levels, since the purpos...
asked by 17.03.2018 / 02:45
0
answers

Slim does not register and does not update the data in mysql

I am creating a REST API with slimframework and a library called fluentPDO but I have problems when registering and updating the data. This is the code snippet of empleado_model.php public function registrar($data) { $data['Password'] =...
asked by 17.03.2018 / 01:51
0
answers

Error with MySQL Workbench

I ask for your help, today I went to open MySQL Workbench and when I connected to the Local instance I get the following error I'm using Xampp and the version of MySQL Workbench is 6.3, my operating system is Windows 7     
asked by 18.03.2018 / 01:44
0
answers

Why does it fail to add row in Mysql?

I have an android application connected by webservice to a database in Mysql, when I add rows to an already created table I get to number 12 and from there it does not let me add more, since when I open the application to see that data , they do...
asked by 16.03.2018 / 22:08