Questions tagged as 'mysql'

1
answer

How to put auto increment in php myadmin [closed]

I'm using PHP my admin, but n is showing up the auto increment option, what can I do?     
asked by 08.09.2016 / 13:27
1
answer

Adding a foreign key in mySQL

I'm still learning how to create tables in MySQL and I'm having some difficulty. If it were to create a table with your relationship, it would create like this: CREATE TABLE estilo ( codigo BIGINT(20) PRIMARY KEY AUTO_INCREMENT, nome V...
asked by 12.09.2016 / 19:55
1
answer

Bank check box with mysql and php [closed]

How to automatically create check box with data coming from a table in the bank?     
asked by 15.09.2016 / 17:08
2
answers

How do I insert in the database for forms on the same page? [closed]

I'm testing a form before putting it into production, because we already have a system that inserts the equity movement 1 to 1 and I'm trying to get the operator to do several at the same time, for example, will move 5 printers pro same place he...
asked by 10.10.2018 / 14:22
1
answer

How to extract information from an Array in MySQL?

Well, I would like to know how to pull the information from array from my database, it follows how it is in my database: Insummary,I'dliketoknowhowtoextractthisinformation:{'pt'=>'HolidayPromotion','en'=>'VacationPromotion'}atth...
asked by 08.10.2018 / 00:02
1
answer

WIndows Services 10

Good afternoon guys, I have a problem with the Windows 10 SERVICE. I installed MySQL Server and WorkBench to work with BD and Modeling because the MySQL Server that I downloaded is not compatible with what I am using in the Faculty, there we use...
asked by 09.10.2018 / 21:19
2
answers

pass php value to js giving error

<!DOCTYPE html> <html> <head> <style> table { width: 100%; border-collapse: collapse; } table, td, th { border: 1px solid black; padding: 5px; } th {text-align: left;} </style> </head> <body> <?php...
asked by 25.04.2015 / 03:47
1
answer

Insert mysql query within a variable

Personal I am making a code for sending email via phpmiler the problems this is in generating an html as the body of the email containing variables. Type Tipo arquivo html.php $variavel = " <html>... <body>... $cmd = "SELECT...
asked by 07.03.2015 / 22:22
2
answers

How to select all the columns of a row?

Is it possible to select all the columns of a row? I have a function where, on the screen where the user will be created, a validation is made in the first field typed to see if the ID of the user that I am trying to register in the databas...
asked by 30.04.2015 / 02:41
1
answer

Using LIKE in MySql [closed]

I'm trying to run a SQL with LIKE in MySql without success, with some research I realized that MySql only accepts the like after a where, but in my search there is no need of where, since I'm wanting to search all the registered clients in the b...
asked by 11.05.2017 / 21:10