Questions tagged as 'mysql'

1
answer

how to select data from a second table according to the user

How can I select the user who logs in to show the name in php, table 1 is for the main users, and table 2 is for additional users, related to the main user by ID and ID_ppl I need to show in php the username that starts the session. but only...
asked by 30.07.2018 / 04:29
0
answers

Problems with databases in godaddy

I am trying to upload an online shopping site in godaddy, the problem here is that some parts of the web pages connect to the database and others do not, it can be said that the site works well on the local server of my computer and in a free ho...
asked by 25.07.2018 / 05:13
0
answers

How to capture a row of an html table with checkbox in jsp

Dear, I would like to know how I can take a record of an html table through a checkbox using pure jsp. The idea is to mark a record with a checkbox and press a button, you can take the selected record and send it to a servlet. here is the htm...
asked by 26.07.2018 / 00:21
0
answers

save a variable or multiple variables within a php variable

I send this data by POST hasta #producto_15 if I do #producto_16 no longer saved in my bd by the structure it has. <div id="producto_1" class="row form-group productoss"> <input type='text' name='nombreprod1' pla...
asked by 26.07.2018 / 16:58
1
answer

How can I pass the sql server script to a functional script in mysql?

CREATE DATABASE chauquear GO USE chauquear GO CREATE TABLE [dbo].[area_ch]( [idarea] [int] IDENTITY(1,1) NOT NULL, [nombre_area] [varchar](45) primary key NOT NULL default 'Sin Area', [fecha] [datetime] NOT NULL DEFAULT (getdate()),...
asked by 27.07.2018 / 01:59
1
answer

Error logging in to MySql database server in webmin

How can I solve this problem? ... create a connection in webmin, but when I want to access the MySQL database of webmin, it shows me a message with a startup failure ... I put the password of my root and mysql and I still can not login, I would...
asked by 26.07.2018 / 23:46
0
answers

problems procedure update stock

I created my procedure in my mysql DB, it could be created without problems. It is a procedure to register sale and update the stock. But when wanting to register the sale in my netbeans you can not, I get an error. Can you guide me in identifyi...
asked by 24.07.2018 / 19:42
2
answers

Update php and mysql record

I was needing to modify the registry of some columns of a database, I did this: CONEXION.PHP <?php $server = "localhost"; $user = "user"; $pass = "pass"; $bd = "base"; $conexion = mysqli_connect($server,$user,$pass) or die("No...
asked by 26.07.2018 / 17:36
1
answer

Error in phpmyadmin

is that since last week I was asked to make some backup copies, but when I entered phpmyadmin I think the following: And it does not let me access anything, and the vdd I do not know what to do. when trying to do something like...
asked by 23.07.2018 / 18:47
0
answers

Do not upload multiple MySQL PHP images

Since several days ago I am trying to upload several images through a form, I did a var_dump to the amount that it brought me and it was the correct one, but when uploading, the two did not go up but one (the first), here is the code, I remain a...
asked by 23.07.2018 / 15:20