Questions tagged as 'mysql'

0
answers

Create Array to populate jstree - Codeigniter and MySQL

Hello, it may seem like a silly question, but I just need to be aware of how an Array is created, so that the jstree is populated as shown below. I want to create an array containing the controller (example: user) and its functions view...
asked by 27.03.2018 / 02:30
2
answers

Problem sending something to database

So, I'm trying to create a page, simple even, to send some things to the database, (id, username, code_plate) but I can not, by removing the lines that give error, the page opens, however, to send only refreshes the page and does not send anythi...
asked by 27.03.2018 / 03:08
0
answers

Totalize in Excel report in PHP

I have an Excel report that generates by my PHP application and I'm breaking my head for the following problem: I have an array that looks up the information in my mysql database. Then I put a totalizer, but I'd like to place the totalizer immed...
asked by 27.03.2018 / 03:07
0
answers

MySQL Manager IOS

I need an App for IOS to manage my MySQL database. Does anyone know which app can do this? I have tested some but only find the ones that only have the option to select.     
asked by 26.03.2018 / 18:53
0
answers

How to generate metadata with IBOConsole respecting the field types?

I am migrating a local Firebird database to remote MySQL and used IBOConsole to generate the data for later import. But it puts all the fields inside single quotation marks, even those that are of type SMALLINT. Is there any configuration in it...
asked by 26.03.2018 / 21:19
0
answers

Create API for SMM

I would like to know if anyone can help me with a logic, I am developing a SMR SCRIPT system, Social Media Marketing, this panel aims to sell tanned, followers comments, views and etc. Well, the system is ready, it already sends data via api...
asked by 16.03.2018 / 15:15
0
answers

Limit line display in Joomla

I work in a company that is in the business of covenants, but I have verified that on their website, when I put them on the page of seeing agreements, it loads all at once, which makes the site very heavy. It's done on the Joomla platform, but...
asked by 16.03.2018 / 13:31
0
answers

Import 70,000+ posts from a CSV in wordpress

I have a CSV file where I need to import into a custom post type 70mil posts with 7 custom meta data in it. I know that every given goal is treated in wordpress as a different line in mysql, this probably greatly undermines insertion. Is ther...
asked by 20.03.2018 / 13:37
0
answers

Live search with ajax checkboxes mysql

I'm developing a streaming video / movie website and I'm having trouble filtering multiple searches. I have checkboxes with all categories and my idea was that when selecting a checkbox, I changed the query and so on, even though several ch...
asked by 16.03.2018 / 19:30
0
answers

How to apply this Login class on my Login form?

<?php if (!empty($_POST)) { // Recebendo dados do Formulário $usuario = $Modulo->NoSqlInject((isset($_POST['usuario'])) ? $_POST['usuario'] : NULL); $senha = $Modulo->NoSqlInject((isset...
asked by 24.03.2018 / 21:23