Questions tagged as 'php'

1
answer

ErrorException array_merge (): Argument # 2 is not an array (View: C: \ wamp64 \ www \ MYPROJECT \ resources \ views \ news \ index.blade.php)

I'm trying to show the elements of a database in Laravel and I get this error ErrorException array_merge(): Argument #2 is not an array (View: C:\wamp64\www\MYPROJECT\resources\views\news\index.blade.php) I did not find services.json...
asked by 21.12.2017 / 12:16
3
answers

clear and validate fields

Good evening I am not very advanced programming but I have a form with several fields, what I need is to validate that only numbers or letters are entered according to the field, but to clean the field where it failed after validating. the fi...
asked by 20.12.2017 / 01:35
2
answers

Store name and image path to update php

I have a code that searches for me through the PLACA identifier some data, inside that data there is an image, I show it by means of the temporary one. up there all right, the problem comes when I want to update the data, sometimes I want to upd...
asked by 19.12.2017 / 20:58
1
answer

Select dependent PHP AJAX MYSQL

I'm working with 2 select, the second depends on the data that is selected in the first one. I have not managed to make it work, so far the only thing it does is load the data corresponding to each select but separately. **//Carga los da...
asked by 09.01.2018 / 21:07
1
answer

Pass data via ajax and php to an HTML table

I try to fill a table in html from a query ajax and php . Problem: I want to get the dependencies of a MySQL table (I only have one added). But in php I input an array to return it to me in the ajax. clases....
asked by 29.12.2017 / 03:38
2
answers

How to move the contents of the div to the middle of a carousel image?

Very good dear friends, I need you to help me that a div that inside takes data put it in an image (carousel item) centered. reference image ... <div id="owl-demo" class="owl-carousel text-center"> <?php require_once("confi...
asked by 28.12.2017 / 22:04
1
answer

How to read resource (2) of type (stream) with PDO_INFORMIX?

I have a problem with the return of the information I perform with PDO_INFORMIX , then I show you my case: 1. Database: INFORMIX 2. Schema: -Table: cartas -Campos: |id | codigo | titulo |cont...
asked by 27.12.2017 / 22:32
1
answer

Take Variable JS and take it to PHP WITHOUT JQUERY

* I want to put together an experience system for a game. The idea itself is that within this function: function Experiencia(...parámetros para definir la exp final){ return expC = 50; } ... a process is armed depending on what was f...
asked by 11.12.2017 / 20:50
1
answer

Checkboxs selected from MySQL database

I have the following error: Fatal error: Uncaught Error: Call to undefined function mysql_query() Line 37: $sql = mysql_query("INSERT INTO cabanasaccesorios VALUES (".$idcabana.", ".$value.")"); Explanation: I have a form where I...
asked by 11.12.2017 / 11:30
1
answer

Payments with credit card returns cc_rejected_other_reason

Yesterday I set up a site in production mode for MercadoPago and I am trying to make a payment with a credit card, but for all the cases I get REJECTED and in details it says cc_rejected_other_reason Configure the entire site with productio...
asked by 16.12.2017 / 11:28