Questions tagged as 'mysql'

1
answer

You only register once and then

I'm doing a virtual sales store using HTML / CSS / PHP for the course work and I'm getting the following BUG: I created the code for the processing of the user registry, when I create the first user it works and creates the data in the databa...
asked by 07.12.2016 / 01:39
0
answers

mysql does not respect the where of utc dates

I'm trying to make a query to return the records of a given month, but mysql returns records from the previous month, eg: SELECT CREATE_TIME FROM SALE_ORDER WHERE CREATE_TIME >= ('2016-09-01 00:00:01') AND CREATE_TIME <= ('2016-09-30 23:...
asked by 07.12.2016 / 17:20
0
answers

Changing the default apache port does not resolve in Windows 10?

I've done the normal xampp installation, after running xampp-control I'm having the errors: 10:20:09 [mysql] Error: MySQL shutdown unexpectedly. 10:20:09 [mysql] This may be due to a blocked port, missing dependencies, 10:20:09 [mysq...
asked by 07.12.2016 / 13:33
0
answers

Write date with thousandths of seconds

I have an application where two users can update an item in the database, however I was thinking about the following situation: If they click to sync instantly, including hour / minutes / seconds, you can subscribe to the update for each othe...
asked by 06.12.2016 / 23:22
0
answers

Insert data into related tables

I'm doing a little scrapbook with the option to replies to the comments. I was able to do a lot of the code, but since I'm away from programming for over 10 years (my focus today is Linux servers and network infrastructure) I'm having a hard...
asked by 07.12.2016 / 13:57
0
answers

Call an HTML page passing information to MySQL database via PHP

Hello I took a project here at the company, where it was proposed to pre-question the user before he could access a questionnaire. To some extent the user browses between possibilities and at one point he has to answer some things, which is w...
asked by 14.12.2016 / 23:54
1
answer

Merge results from two tables

I need to make a SELECT into two tables and merge the results. My tables are "class_tracks" and "progress_tracks". In the table "courses_aula" I have all the classes of a course. In the table "cursos_progresso" I have registration only...
asked by 14.12.2016 / 18:47
1
answer

need help with this error: Uncaught TypeError: Can not read property 'push' of null Vue.methods.addOrder (anonymous function)

Problem When I'm going to call the addPedido function with v-on:click="addPedido" of vue.js the Uncaught TypeError error: Can not read 'push' of null property and I could not identify the urgent problem needing urgent help!...
asked by 30.11.2016 / 03:54
5
answers

How to display the result of a query in a html page in PHP?

How can I display the results of a query in a one-page html table? Below is what I was able to do. However, the code only shows the first record. include("conectar.php"); $sql = mysql_query("Select * From tb_trabalhador and tb_detalhe_traba...
asked by 31.01.2014 / 17:53
0
answers

How to create new fields in the Wordpress database?

I'm developing an Infojobs style system, Catho and CEVIU in Wordpress, based on a Theme already created for this purpose. For a user to register on the site, by default the theme, he has to provide the following data: email, password, password c...
asked by 29.11.2016 / 16:55