Questions tagged as 'php'

2
answers

Too few arguments to function, 1 passed and exactly 2 expected "

Hello apparently I have an error in my collection controller which already tried everything but still can not find the error, if they could help me it would be a good gesture: /. I am trying to create a collection of an employee so I need your i...
asked by 27.10.2018 / 07:32
2
answers

Content of a datatable column does not fit and goes out of the screen

I have a problem with the contents of the columns of a datatable because it does not fit me, the content that it carries is a long text and at the time of showing it exceeds the size of the screen and does not allow to see the rest of the inform...
asked by 27.10.2018 / 00:39
0
answers

My PHP Script Send incomplete mail with the data of a WHILE

Greetings guys I have a conflict that I explain below: I have the following script <?php $sql2 = "SELECT tarjetas.*, users.nombre, users.email, users.username FROM tarjetas INNER JOIN users ON tarjetas.usuario=users.idusuario WHERE usua...
asked by 01.11.2018 / 18:19
0
answers

Error with dependent dependent php, sqlsrv, jquery

I wanted to exercise with this library sqlsrv since with mysqli I worked without problem the exercise of the dependent select for regions, provinces and communes. My problem is the following I do not know how to debug with jquery in order to cap...
asked by 26.10.2018 / 06:08
1
answer

Display mysql data using php and html

Taking this table as an example: create table datos_prueba( id int not null auto_increment, persona int (11) not null, mes int (11) not null, anio int (11) not null dato int (11) not null, total int (11) not null, p...
asked by 30.10.2018 / 16:45
0
answers

How to connect PHP and DynamicsNAV 2017?

Hello friends, good afternoon. I have an error when trying to connect to a web service of nav 2017 with PHP, I am using Soap Y curl as it comes in some articles on the web and when I try to make the connection it gives me the follo...
asked by 26.10.2018 / 18:58
1
answer

Fill with an AJAX 3 inputs

Good I am doing an AJAX request with three "selects" in which I send the value for POST. $(function(){ $("#select2-2, #select2-4, #select2-3, #cntComprada").on("change", function(e){ var producto ="#select2-2"; var contrato ="#...
asked by 26.10.2018 / 22:43
0
answers

sql error with php

I want to connect sql server with php, I have the following error:    ****** Connection could not be established. Array ([0] => Array ([0] => 08001 [SQLSTATE] => 08001 [1] = > 2 [code] = > 2 [2] = & [[Microsoft] [ODBC   Driver 11 for SQ...
asked by 26.10.2018 / 23:10
0
answers

Use ACF color picker in css

I hope I can explain clearly about the problem I have. Have a wordpress loop to which I have added a picker color and an image per post to use the image as a hover, the structure is like this: <section class="row card-container"> <div...
asked by 30.10.2018 / 12:12
2
answers

InvalidArgumentException ("Route [{$ name}] not defined."); with laravel 5.7

this is the controller, public function index() { //$files = File::all(); //return view('file/create', compact('')); $paises = DB::table('clientes')->pluck("nombre","id")->all(); return view('file/creat...
asked by 25.10.2018 / 22:12