Questions tagged as 'mysql'

1
answer

Delay on the server to record and access information

Good morning / afternoon / evening at all, I have a problem with two php-mysql sites; First of all I want you to understand the situation, I have 2 sites that record information on the same basis, site 1 is hosted on the same base server, a...
asked by 06.01.2017 / 12:09
1
answer

Multi language site / Multi Language (Automatic country detection without permission) [duplicate]

I have a small project and would like to create a multi language system for the site. I found several forms here on the site, but I did not see any with this example, which stackoverflow also uses. How to do it? In this way I identify th...
asked by 27.10.2016 / 12:24
0
answers

Request in real time with ajax

I need to update some information in real time, I did some research here on stackoverflow and found a very good post but I could not make it work. The posting explained the following: Ajax notifies you if there is a change or not, if the chan...
asked by 08.11.2016 / 23:28
1
answer

Group continuous replications with MySQL

I wanted to know if there is any way to group repeats using only MySQL. If you do a SELECT * from tabela WHERE id_usuario = 1 ORDER BY id ASC will return: id | id_usuario | Data | Texto 0 | 1 | 2016-10-16 | Sua senha...
asked by 20.10.2016 / 16:25
0
answers

Ajax only results in the console?

Good afternoon guys, I can get a result in the log, but the div is not passed, my source follows: Index.php var teste; $.ajax({ url: 'conversa.php', type: 'GET', success: function(res) { $("#conversa").html(res)...
asked by 20.10.2016 / 19:49
0
answers

Ajax with phpmyadmin

I have a form that records the data in phpmyadmin, but when the data is sent, the page a reload to php. I've tried ajax, and I have seen that it can help me, but I did not quite understand how to use it and I do not know if it's possible to send...
asked by 18.10.2016 / 18:48
0
answers

Doubt with hierarchical data

Talk to people, okay? I have a problem, I already have a few days, in the system I need to control the display of some data, I have a function register, sector and employee, connected between yes. In this business rule, the User can assemble...
asked by 17.10.2016 / 18:30
0
answers

Dependent dropdown after loading of DIV

I have in the file Fields.php the code below, which selects the company and according to the request will load divs with fields specific to that request. At the first request, I have to load Headquarters and it is loaded according...
asked by 06.12.2016 / 14:05
2
answers

Redirect after Action php

The form of the client, just sent emails, now I need to send the emails, the data is stored in the database, this I was able to accomplish, so my html: <form action="insert.php" method="post"> <h4>Seus...
asked by 14.10.2016 / 20:38
0
answers

Configure MySQL Memory Usage

I have a Windows Server 2012 server with 24GB of RAM, AMD FX 6100 processor with 6 cores. I would like to set up MySQL for better performance reading and importing databases, can anyone help me set it up correctly? I have read about this i...
asked by 19.10.2016 / 17:13