Questions tagged as 'mysql'

1
answer

if to show button or text

<?php echo ' <table border=1> <tr> <th>ID Pergunta</th> <th>Pergunta</th> <th>Responder</th> </tr> ' ; include ("ligabd.php");//CONECTAR A BD $sql="SELECT * from pedido WHERE ID_pr="...
asked by 01.05.2016 / 12:12
0
answers

MySQL how to store a list of IDs in a column?

How do I store a list in a column in MySQL? I mean, what kind of MySQL variable should I use? I have a table in a MySQL database where I store some information about a product (size, code, etc.). One such information is the purchase notes for...
asked by 02.05.2016 / 20:08
1
answer

Application to manage database in raspberry pi [closed]

Hello. I need to develop an application for Android, to do the extraction and deletion of a mysql database in a raspberry pi, being on the same network. I thought about doing ssh, though, I never developed anything for mobile devices, and I do n...
asked by 05.06.2016 / 23:00
0
answers

Problem with MySql and php connection

I'm trying to connect to the database to get data that is returned with the get_dados_producao_graficos () function, but when the for is in the first interaction it executes normally, in the second it is giving: Warning: mysqli_error() expec...
asked by 11.05.2016 / 20:28
1
answer

Azure Published API Error

I have an error in an ASP.Net API with Entity Framework and MySql, on my machine the application runs without problem accesses the database and shows the results, however when I publish in Azure the application generates an error: "Object refere...
asked by 29.04.2016 / 16:59
1
answer

Form making insert empty

Good morning,   Could you help me identify what is wrong with my form or the insert that is saving empty records in the database.    INSERT: alert (\ 'Note successfully signed !! \'); parent.location = \ 'index.php \'; '; ? >    FOR...
asked by 26.04.2016 / 16:35
1
answer

Problems with MYSQL date

I have to query the mysql database but I have a problem with my query. In my bank I have 3 string fields, being a day, month and year. These are not dates, but varchar. Okay. I can not change that because I got this seat anyway. I want to get...
asked by 26.04.2016 / 14:47
1
answer

How to make a Dump in MySQL so that the file contains the date?

I would like to do a Dump in my MySQL database, but I need this Dump to create the .sql file with the date the Dump was done, so that I have saved all previous backups by date.     
asked by 26.04.2016 / 15:18
1
answer

Fulltext and Numbers

I have a search table with a FullText index. When I search for a word, eg, technology, it looks normal. But if you look for a number, eg 8530, it does not return anything.     
asked by 26.04.2016 / 16:41
0
answers

CRUD Mysql, I need a button that fills inputs

Good morning, I have a question about how to make the above inputs receive data from my database, for example: let's suppose I change something, but I just want to change a value to the cep (just an example) but to change it I need to know all t...
asked by 03.05.2016 / 15:36