I wanted to ask if there is any way to see the name of a button on a web page, because seeing the HTML code is not possible..name "does not appear.
Does anyone know another way to find out?
I have the following code, it connects to the database and executes a query and I store it in result2 until it is all right, but at the time that I print the records I want that only prints a single record only the date and time and not t...
I have the following code:
<table class="TblReporte" border="1" cellSpacing="1" cellPadding="2" align="center">
<tr>
<td align="center">RETIRO</td>
<td colspan="2" align="center">CAJA GENERAL<...
I have two columns with checkboxes that are created when linking the records of an SQL table, as id of the checkboxs I assign them the id of the record to identify them in a more individual way, what I am doing is validating that only a checkbox...
I want to make a div recharge only when it finds a modification in the database I currently have this so, if you can help me I would appreciate it is for a shift system that I am doing
<?php
$result = $mysqli->query("SELECT * FRO...
I have the following problem with javascript
And this is the code
$(function(){
$.post("../php/cargar_marcas.php", function(data){
$("#marca").html(data);
});
});
The truth is that I have always done it, the php scr...
I'm doing a window to edit data in phpmyadmin and I want to put the information in text boxes, but I have not found a way to insert it without being a placeholder. And what I need is for it to look as if the user had inserted it.
<...
Good I have these tables generated in pdf by php in html , and I would like to center them, but I do not get it. I attach the code:
$content .= '
<div class="row" >
<div class="col-md-12">...