I'm trying to make a table that can be sorted, in AngularJS with ui-grid.
The html code is this:
<div class="ui-grid" ui-grid="$ctrl.gridOptions" ui-grid-pagination ui-grid-resize-columns ui-grid-auto-resize></div>
In the js, th...
Someone knows how I can extract images with a script from a folder or path, having an excel list with its respective name, but if I want to extract only 5 because in the script I should have the 5 names and so on without having to extract all or...
You see, I have the following code:
<script>
function jmgModal(id, data, ok, cancel, input){
data=data || {};
id="modal-"+id;
if(document.getElementById(id)==null){
var d=document.createElement("div");
d.c...
What happens is I have a variable in javascript called rate, and when I save this variable in the DB I get an error, I do not know why this error is due or how would I save a variable (fix) of javascript in Php? . WITHOUT AJAX.
Here is the co...
Cordial Greeting,
I hope you are well and can help me with what I want to do:
I have a Select, loaded from a database:
include'conexion.php ';
$sql = "EXEC SP_COMBO_PAGADURIAS";
$stmt = sqlsrv_prepare($conn,...
How could I access the sub index of the object I show in the image. I'm trying it with Object.values (sale [key]) , it works but I can not add more attributes. Any help?
This is the code:
Claro
firebase.database().ref('venta/' + this...
Please read the comment in each code.
The code of the file that inserts the data is:
<?php
header('Content-Type: application/json');
$conexion = new PDO ("mysql:host=localhost;dbname=scouts_601_palmira","root","");
if(isset($_GET['id']...
The system must fill in the input fields once the routine is entered but it does so and I do not see any type of error.
index.php
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Ingresar clientes<...
This function gives me data that comes from several queries in order to make some calculations but when I call it, it sends me directly to the error. It never enters success: function (data), does anyone know where the error is?
This is the...