Questions tagged as 'mysql'

0
answers

How to display a field of type bLOB of mySQL in the page html

I have searched several times but I have not found a solution, I need to display an image that was saved as BLOB in the database. Part of the code that saves to the database and displays the data function manage_report($param1 = '', $param2...
asked by 05.02.2018 / 04:19
1
answer

Show label data on radio instead of text

I have this query and I show it this way: <?php if(isset($_POST['data'])) { $servername = "xxx.xxx.x.xx"; $username = "xxxxx"; $password = "xxxxxxxx"; $dbname = "xxxxxxx"; $conn = new mysqli($servername, $username, $password, $dbname);...
asked by 05.02.2018 / 12:35
0
answers

Retrieve multiple via ajax requests

I have the following fields: <div class="container"> <div class="form-group"> <label for="nomefiltrar" style="color:#E4CDAC; font-size: 17px; font- family:Arial">Nome</label> <p> <inpu...
asked by 05.02.2018 / 14:47
2
answers

Does not insert with empty input date

In my form I have this field: <h5><strong>Data da Visita</strong></h5></h5> <input type="date" id="DataVisita" name="DataVisita" /> But if I run out of date it does not insert into the databa...
asked by 09.02.2018 / 12:13
0
answers

Filter Results Equals Mysql

In a query in mysql it returns me the following lines id | origem | destino | daia_inicio | data_fim | valor | prioridade 01 Galeão Barra 01/01/2018 | 31/12/2018 400,00 | 0 02 Galeão Barr...
asked by 09.02.2018 / 01:38
1
answer

put a column in the table to mark as view

I have this query and show it in a table: <form method="POST" action=""> <fieldset> <table cellspacing="10"> <tr> <td> <strong>Insira data de inicio:</strong> <input type="Date" name=...
asked by 09.02.2018 / 13:33
0
answers

Limit items of a page with ARRAY

I've asked for help with a problem with php on a page, and actually it works fine until a request is made with an array, for example in the code below: <div class="texto_busca"><b>RESULTADO DA BUSCA</b></div> <?...
asked by 02.02.2018 / 22:52
0
answers

Export MySQL database settings

I've recently exported a mysql database in .sql format, however some settings are not present, such as the setting for FULLTEXT index . What is the correct procedure for exporting these types of configuration?     
asked by 05.02.2018 / 16:05
0
answers

Problem with FULLTEXT mysql

I have a table with the following structure: +-----------------+--------------+------+-----+-------------------+-----------------------------+ | Field | Type | Null | Key | Default | Extra | +-...
asked by 05.02.2018 / 18:40
1
answer

problems with wordpress installation on server with cpanel

I am trying to help an NGO as a volunteer in order to: recover your website after an incident with your web hosting service (internal sabotage by someone who left the organization) not having access to source at the moment makes thi...
asked by 04.02.2018 / 16:54