Questions tagged as 'mysql'

0
answers

External variables in SCSS Ionic

In my CMS I'm writing all the color configuration data and would like to pass this values to the scss file per variable. Like this $default_color: {{variavel_aqui}}; Anyone know if it's possible ??     
asked by 08.02.2018 / 17:58
0
answers

Optimize chart highchart

They asked me to add a graph in my system to compare 47 services and I opted for highchart, but besides the chart does not work, it has more than 5,000 lines of code, I need to reduce it urgently but since I do not speak the language I have no i...
asked by 15.02.2018 / 11:43
0
answers

I can not register new users in the administrative panel

I did a local project and then migrated to a hosting. But in the online site I am not able to include new users through the administrative panel. I do the registration normally including the data (login, email, password, etc) and when I click...
asked by 07.02.2018 / 19:34
1
answer

Is it possible to display the data in a table separately? [duplicate]

I have a table in my database and it contains a column with the following data: link.com/1, link.com/2, link.com/3, link.com/4 What I would like to know is if I have the query in PHP and return the value of the column where each value com...
asked by 15.02.2018 / 07:10
0
answers

Admin panel modifying / changing svg content

I was imagining a page structure like this, but I do not know if it is possible to execute and wanted to know the ways and possibilities. Indivwouldhavedatafromthemysqltableandasvg.Theobjectsofsvg,uponclicking,wouldopenamodal.Theideaistothin...
asked by 09.02.2018 / 00:33
1
answer

Problems with JOIN and CONDITIONS - sql

I have to search 2% with some data with certain conditions, it follows the situation: table : tbTransito = > table : Code - Qty - OrderID Colunas : tbSet = > table : Code - Qtd - QtdLimite My query...
asked by 08.02.2018 / 20:01
2
answers

Query Mysql with several tables

I'm having trouble performing a select on some tables, I did the following. I have 5 tables (module, components, step, images, records) the records table only receives ID's from other tables, it unifies the records actually, What I need...
asked by 15.02.2018 / 17:33
0
answers

phpmyadmin icons do not work

I installed phpmyadmin and I have the problem of the icons / images, just as everything in the themes folder does not work. How much the permission of this folder stays the same as others drw-r-r-- 11 root root 4096 Feb 5 22:48 templ...
asked by 15.02.2018 / 15:41
1
answer

Query works in phpmyadmin, but does not work in PHP

I'm trying to make a query via php in Mysql, but it's not working in PHP, but it works in PHPMYADMIN. $check_in = strtotime($arrival); $check_out = strtotime($departure); Queries I've tried in PHP ... $query = "SELECT * FROM wp_st_availab...
asked by 15.02.2018 / 17:26
0
answers

How to use postgresql

I see the only hosting sites with mysql and to use postgresql only by VPS, can someone explain me this better? How do I integrate my postgre bank on my site with VPS? Why do you have to have VPS? to do this and good for my site? type mysql ja ta...
asked by 15.02.2018 / 21:29