I wanted to know if the PHP setup I'm doing for the submission in a form is well-armed.
From what I read in the documentation I have to download two PHP files, the Class.phpmailer.php and the SMTP.php and link them the way I'm doing with a requi...
I'm doing a modal with the following html
<button id="btnModal">Ver</button><!--class="button"-- sacamos esto del button-->
<div id="simpleModal" class="modal">
<div class="modal-content">...
I am passing elements from one section to another, the big problem I have, is that when cloning it does not save the option selected, simple example to understand me:
<div id="content">
<div class="copy">
<select>...
I have done a script of google sheet that writes me the modification date of a specific range of cells and now I want to make it detect the cell that I am modifying and detect if it is within a few ranges concrete.
This is the scrip...
I have a REST server for queries to a database running in PHP , which via GET can be consulted several data in JSON >.
Previously there was a client on another server written in Javascript + JQuery , so I needed to use CORS to conne...
I have created a code in which I register a certain number of soccer players and at the end they print their data, but these are repeated according to the last registered player. This is my code:
#include <iostream>
#include <cstdlib&...
I have a question that I can not solve and I am looking for your help ...
I comment, I have a datagrid which has a column type image in which I use as a preview of my image that is loaded from a database.
Often I have a button type column...