I have this page html
<div class="row">
<div class="col s12 m6">
<div class="card">
<div class="card-content black-text">
<h6><strong>Server</strong></h6>...
I have the following code but I do not see clearly why acc[student.name] and , {} of the end, with numbers I see it but I do not understand why [] to access the student when I thought it would be with . :
var s...
I have this bar:
#myProgress {
width: 100%;
background-color: #ddd;
}
#myBar {
width: @Model.avance%; //El avance lo cargo de una variable que me traigo de sql
height: 30px;
background-color: #007bff;...
I recently left a code about how to create dynamic ids in a while cycle.
Now I have this other doubt.
<?php
$i=1;
$n=1
while($fila=$consulta->fetch(PDO::FETCH_ASSOC))
{
$this->empleados[]=$filas;
$Filas = consult...
HELP, estimated a favor in which way I achieve that when I click on the button called update in the first input I capture the id,
<html>
<head>
<title>Vehiculos</title>
<link href="~/Content/bootstra...
I have a web page that shows the data of a server in tables format. The idea is to save these tables in a master document. Each table being a different document. So far everything works for me.
What happens to me is that when you download the...
Currently I am trying to show through a graph the query of a record in postgresql from php but I can only show one of the fields consulted. For example I want to show the total of packages sent by a mail office in total was received by the post...
I have been trying to create a QR code reader in php, I have seen tutorials and blog, I have tried with the following code:
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!DO...
I'm trying to limit the elements, in this case the posts, I just want to show 4 posts.
My Code:
componentDidMount() {
return fetch(ConfigApp.URL+'json/data_posts.php')
.then((response) => response.json())
.then((responseJs...
Making a call with javascript using addEventListener to a create user function, this function does not show the alert. Why are not you accessing the function? Thanks
formu.php
<form action="crear.php" method="post">
<div class="...