Good morning, the example I should show is like the following
link
here is where the data is collected
var chartseries = [{
name: 'Year 1800',
data: [107, 31, 635, 203, 2]
}, {
n...
I have a problem recovering the path of an image in my database, the image is uploaded correctly, the route is captured well, only that the word Array comes out first, and I do not have idea because, I need you not to say that in order to use...
I have an html string and I need to delete the commented code in that string, that is, if I find:
"código útil <!-- codigo basura --> mas código útil <!-- mas código basura -->
Remove everything that is garbage
for($cadenaHTML...
I have the following code that sends the video:
window.URL = window.URL || window.webkitURL;
navigator.getUserMedia = (
navigator.getUserMedia ||
navigator.webkitGetUserMedia ||
navigator.mozGetUserMedi...
I am carrying out a transaction, what I do first is a post of values obtained from a form of both arrays and variables, sometimes the values are inserted correctly in the table orders and detail, in other occasions this does not occur.
<?ph...
I have a table in my database called "client types", with 3 fields: user, type, discount.
Class code Clients :
<?php
/**
* Clase TiposClientes.
*/
class TiposClientes {
private $idusuario;
private $tipo;
private $descue...
I have a RestFul service done in java from which I have been able to obtain the list of products that I have registered in the database, but when calling the POST function to insert one, it sends me an error: "The request sent by the client was...
I have a section where I want to edit the .htaccess file using a <textarea> field ... but here comes the problem, this is my original htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond $1 !^(index\.php|resource...
I have this array that shows me the subjects of a module. Now, I want that once you have selected the license plates you want, when you press a button, the options of the checkbox that I have chosen will be displayed. How could it be done?
$mo...