Questions tagged as 'php'

0
answers

Problems Logo plugin mercadopago in virtuemart- Joomla

Good morning, I have a virtual store in joomla with virtuemart, I include the plugin of mercadopago, I have two methods of payment against delivery and mercadopago, the problem is that I do not get the logo of mercadopago, but if the counter-del...
asked by 12.07.2017 / 12:10
1
answer

Use the same variable in two PHP functions

<?php require_once 'config.php'; // INICIA FUNCION 1 function saveInvoice( array $data){ if( !empty( $data ) ){ global $con; $count = 0; if( isset($data['data'] )){ foreach ($data['data'] as $value) {...
asked by 25.07.2017 / 22:25
1
answer

how to load a previously filtered table?

HOla I'm starting in this world I would like to know if someone can give me a hand with what I want to achieve, the idea is to load a table using json but it shows only the records that match some variable that I plan to bring from another page...
asked by 09.07.2017 / 19:35
1
answer

Capture and record current date in disable field

I need to capture the current date in a field that can not be written and then record that date in the database. <input type="date" class="form-control" id="fecha" name="fecha" disabled="true" value="<?php echo date("Y-m-d");?>"...
asked by 08.07.2017 / 23:00
1
answer

Trigger to update mysqli php record

Hi, I'm new to the trigger and I have a problem. I have a table with 2 fields | quantity | criteria | and I need that when updating the amount the trigger updates the criterion: example if I update the amount to > 0 then which criterion is up...
asked by 09.07.2017 / 19:58
0
answers

Upload image to servicor with web service made in php [closed]

I'm making an application for android, and in it I want the user that registers can upload images, when I create a web application in php, the upload of the images I do by placing the image in a folder and the name of the image in the database b...
asked by 16.08.2017 / 19:31
0
answers

Foreign key empty (no data) PHP

I have a query regarding database and forms in PHP: I have the following user table CREATE TABLE IF NOT EXISTS 'login'.'usuarios' ( 'nombres' VARCHAR(30) NULL, 'apellidos' VARCHAR(30) NULL, 'dni' VARCHAR(13) NOT NULL, 'telefono' VARCH...
asked by 19.07.2017 / 01:57
0
answers

Install hybridauth to a project that is already mounted on a server

I have a project locally and I installed hybridauth to start social networking, but now I upload it to a test server and my problem is that I do not know how to install hybridauth to the project that is already uploaded. Locally...
asked by 20.07.2017 / 05:10
0
answers

How to send push notifications with PHP on iOS and Android [closed]

Good, I am developing a web application with PHP and MySQL, and in the future I would like to port this web application to iOS and Android. What I do not know is how I could send push notifications to the user without having to develop a spec...
asked by 06.07.2017 / 12:30
1
answer

Notifications with firebase + php

Hello help what I want is the following I am trying to send a notification to users of an app I know that this is done by means of token but that is my concern I do not want to send them by token I want to send it to all users they have the app...
asked by 05.07.2017 / 19:44