Questions tagged as 'phpmyadmin'

1
answer

I have a db and the table I have it in phpmyadmin does not insert data

CONNECTION.PHP <?php $conexion = new mysqli("localhost", "fran","123","frankliber"); ?> FORMULARIO.PHP <!DOCTYPE html>- <html> <head> <title>Guardar</title> <meta charset="utf-8">...
asked by 18.07.2018 / 15:56
0
answers

Error E / JSON Parser: Error parsing data org.json.JSONException: Value br of type java.lang.String can not be converted to JSONObject

Very good to all and first of all thank you for reading this I've been pulling my hair for a couple of days because I try to create an application in android studio, but I can not get past the attempt to create the user account, I use PHP, wa...
asked by 17.07.2018 / 12:08
0
answers

See local bds in the xampp

Hi, I have a question about xampp, it is that I installed the xampp, but a few days ago I had created two databases, one per terminal and one for Sequuel pro, and both appeared to me from the sequel pro, and terminal. As you can see in sequel pr...
asked by 11.07.2018 / 23:44
0
answers

Xampp does not work on MacOs

I downloaded the Xampp on Mac and I do not run the graphic form of this on the website or I do not know if the Mac is used in a different way to how I used it in Windows, here I send you a screenshot of my problem As you can see in the ima...
asked by 10.07.2018 / 17:15
0
answers

Stored procedure with Declare and Set phpmyadmin

I try to do a stored procedure by declaring a variable that stores a data, but apparently I have an error. Procedure: create procedure insertarempleado ( cedula varchar(10), pass varchar(15), nombre varchar(30), apellido varchar(30)...
asked by 09.07.2018 / 05:30
0
answers

How to do a procedure stored in mysql that inserts the id from one table to another?

How to do a procedure stored in mysql that allows to validate if a repeated data is found and if so to be able to register in two related tables otherwise insert only the id in a table? I have the following SQL script works if cc is not found...
asked by 06.07.2018 / 03:58
0
answers

Time limit to re-select a data

Hello everyone I am developing a desktop project in netbeans , but I want to add a restriction when selecting a data, that is: I have a frame where I show the employee data and also a botón that opens another frame whe...
asked by 05.07.2018 / 10:41
1
answer

Laravel 5.6: When I upload an image, it saves a path but not an image

When I upload an image, it perfectly keeps the image's path in the database, whose field is "image", but it does not save the image as such in the public folder as specified in the code. In the create view of my project I use Form, so I read...
asked by 02.07.2018 / 02:47
0
answers

Error with java.sql.Date.valueOf

In this part of the code: int seleccionado = cbotipo_reserva.getSelectedIndex(); dts.setTipo_reserva((String) cbotipo_reserva.getItemAt(seleccionado)); //fechas Calendar cal; int d,m,a; cal=dcfecha_reserva.getCalendar();...
asked by 30.06.2018 / 05:24
0
answers

Save blank column in Excel CSV

I want to import an Excel CSV file into my database with phpMyAdmin. It turns out, that my table has to store 4 different fields. id , codigo , nombres , apellidos where: id: Is the ID of the table as a primary...
asked by 02.07.2018 / 20:59