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...
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...
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...
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...
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...
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...
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 ="#...
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...
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...
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...