I'm working with an API and I have the following code in php
<?php
$link = file_get_contents('http://api.steampowered.com/IEconItems_440/GetPlayerItems/v0001/?key=APIKEY&SteamID=STEAMID64&format=json');
$myarray = json_decode($link...
I would like to know how you can filter with pattern a range of ports such that only accept or numbers or numbers with two points in between and as long as it does not exceed 65535.
Example: 20 or 20:25
The only thing that has occurred...
I'm a novice with MVC 4 My question is; How can I send all the information that the user captured in HTML to a function of my controller ?. That this function inserts my data sql server with Ajax.BeginForm there are n...
I have two divs, one is a sidebar and the other a container. I want to divide the entire width in these two (.sidebar 20%, .container 80%), but I do not know what is failing because they do not occupy the width at 100%.
I'm using the Simple...
I try to sort by ACEPTACION , how do I do it?
I want to use jQuery DataTables to use
order: [
[3, 'asc']
let validacion = [1, 3, 5, 4, 2];
let personas = ["ana", "juan", "pedro", "maria", "gustavo"];
var html = "<...
I have a problem with a smart search list that I need to send the form once the value is selected. However, it does not work until I click outside the field.
The code is as follows:
<input id="ComunaBuscador" name="city" class="form-cont...
Is it possible to write a variable stored in a function of a .js file in the body of the index.html?
For example I want to put below the form of the calculator "The result of the subtraction is (and here call the variable" result "stored in t...
Good, as you can see if you execute the program, it is a text in which we can basically modify the color, text, etc. However, adding border radious and putting space between words does not work. It may be that the CSS reference in JS is wrong, s...
How to use data from the Vue instance in the templates of Vue Router routes.
This is my code
HTML
<div id="app">
<router-link to="/foo/1">ruta 1</router-link>
<router-link to="/foo/2">ruta 2</r...