I am trying to separate a text HTML containing iframes from a preg_split , and it does not come out. What I need is to create a array with texts e iframes . For example ['texto', 'iframe', 'iframe', 'texo']...
Modify data from form (Selected Option Brands)
I am loading all the fields of the database and one is a combobox and what I want is for it to load the value it has and then deploy it to be able to modify this value that is in selected mode....
I would like you to help me with a problem I have:
In a modal I have a table with the data of some materials
In a column I have the insert button,
When you click on such a button, you must hide the modal and insert "Code and Materia...
Some way to fix the Error in the console on Google "Uncaught TypeError: Can not read property 'getAttribute' of null at HTMLDocument.init"
HTML:
const TypeWriter = function(txtElemente, words, wait = 2000) {
this.txtElemente = txt...
I have two pages, signin1.html and index.html
signin1.html has a form that when clicking on the button is reedirige to index.html but there the problem arises because it does not redirect it
var $ = window.jQuery
var page = window.page...
I am saving some data from a php to mysql form but I do not know where I am wrong, but it does not save anything, this is the code that I have in my php
MY HTML
<form class="limpiar" method="POST">
<div class="half izquierda li...
I would like to know how I can capture the data of an input type text inserted in the MySQL DB and display them in a table with PHP using an array, since with the other inputs it works correctly for me but it does not work with the input type te...
I wanted to know if there is any way to know where a request comes from on my web site?
Let me explain:
If I am in a marketing process, without using Google Analytics, and I place a link to my site on another website and a person clicks on...
I'm using mpdf and I have the following problem, using this test code works perfectly for me
<?php
include_once("mpdf/mpdf.php");
$mpdf = new mPDF('R','A4', 11,'Arial');
$mpdf -> SetTitle('Ejemplo de generación de PDF');...