Questions tagged as 'php'

0
answers

Problems with Infinite scroll in WordPress

I am using a plugin for WordPress called Flex Mag Option , one of its features is that it adds a infinite_scroll (infinite displacer) to the initial page. This is not very customizable from the theme settings panel. So I had to enter...
asked by 07.11.2016 / 03:16
0
answers

Problems grouping query in CakePHP

I need to ask a question for a portfolio module in accounting, I have a sales table where I am bringing all the data and I group them for each client and add up the total of each client, I need you to bring me a list grouped by client and below...
asked by 31.10.2016 / 14:36
2
answers

How can I get all the data from a JSON on Android?

I'm doing an android application which queries a database to get the name of several sports. The query I do is the following: if($resultset=getSQLResultSet("SELECT etiqueta_nombre from sdo_v_etiquetas_espacios GROUP BY etiqueta_nombre")){...
asked by 27.04.2017 / 13:16
1
answer

Problem with Performance with jquery and the $ .Get method

Good I have this code Jquery with the method $. get the problem is that it takes me a lot of time to load it, someone gives me a help in the performans. $(document).ready(function() { $.get('/rolList.php', function(result) { var roln...
asked by 13.12.2017 / 00:17
1
answer

Prestashop Custom Webservice

Good morning, I am developing a module that will make use of the webservices functionality of Prestashop 1.6. In my case I try to send data from one store to another with a custom web service, that is, I have created a webservice of my own, a...
asked by 19.10.2016 / 08:27
1
answer

Compare 1 to 1 rows in SQL

Good, moving forward a little more I came across another problem: I have the following table: Tabla1 +----+--------------------+-------------+-------+------------+ | Id | ultima_realizacion | vencimiento | tarea | id_cliente | +----+-------...
asked by 20.10.2016 / 22:18
3
answers

How to know which CheckBox were selected To be able to Update

Currently I am working on a pop-up window and I have it in the following way It is assumed that this is the update view, for which said user has already registered his information before, now I would like to know how I do it so that in...
asked by 15.08.2016 / 02:52
1
answer

Error SQL query PHP

I am trying to create a registration form but when it comes time to perform the query to add the new user to the database, I do not mark any error and yet this new user does not appear in the table. $SQL = new PDO("mysql:host=localhost;dbname=...
asked by 11.03.2017 / 20:43
1
answer

How can you decrease the amount of a field in a column in Mysql?

Good, I hope you can help me, I'm doing a php and mysql system of a school about registration, what I want to do is the following: I have a student form where you put your data to register after this happens to the course form where I have the c...
asked by 18.07.2017 / 03:59
2
answers

How to get the data of a logged-in user to make his profile?

I have only that problem, how can I make it for the user to grasp. This is what I have in login.php <form method="POST" action ="revisar.php" target="_top"/> <table align="center"> <tr> <td> Usuario...
asked by 16.07.2017 / 16:53