Questions tagged as 'html'

1
answer

I can not send email with php

I am trying to send my form by email, but I can not get it, I have created the mail () function, but it does not send me the email. Attachment code. //Definición de variables $asociacion = $_POST['asociacion']; $nick = $_POST['jug_nick...
asked by 05.01.2018 / 13:14
0
answers

How to send data from a form with fetch help to nodejs server using express

const formSignin = document.querySelector('#formSignin'); formSignin.addEventListener("submit", event => { event.preventDefault(); const formDataSignin = new FormData(formSignin); fetch('/signin', {method: 'post', body: formDataSignin})...
asked by 23.01.2018 / 19:13
1
answer

content repeated with .clone () jquery randomly displayed

I have a big doubt, I want to make a list of images that are repeated as well as this in the code using jquery I can clone the elements li , but I want that when displaying the repeated elements, come out in disorder , right now the...
asked by 23.01.2018 / 20:28
0
answers

EPSG Transformations in Leaflet

I'm migrating from the OpenLayers library to Leaflet and I have this problem: The OpenLayers code transforms the EPSG coordinates: 4326 to EPSG: 3857: var arCoordinates = ol.proj.transform(iarClickCoordinates, 'EPSG:4326', 'EPSG:3857');...
asked by 23.01.2018 / 21:47
0
answers

Send form values using Jquery and return response

First of all a cordial greeting! I have one forms where the user enters a series of numerical values. What I want to do is send these values to a PHP file using Jquery so that PHP can perform a series of calculations with them (subtraction,...
asked by 02.01.2018 / 06:58
1
answer

Move two divs to opposite sides

I have two divs, both with a button below, that when you click on it, you must move the div on the left, to the left, and the div on the right, to the right, until you both hide completely. In the resulting space, another div emerges in the cent...
asked by 02.01.2018 / 15:37
1
answer

Queries in PHP and MYSQL

I make a payroll system which I have problems with the query module I have the tables called worker that is my main table, hence the foreign keys of my tables "area", "position" and cg_turno. In my insert module I have no problem as I insert by...
asked by 14.02.2018 / 08:27
1
answer

Print Image Array in PHP Horizontally

I have the following code whose function is to load an array with a piece of html code that prints an image. Such a code does its job, however when displayed on the screen, the images are printed one below the other as shown below. I need to sho...
asked by 14.02.2018 / 00:45
0
answers

Problems with wow.js and animate.css in adobe muse

I'm using the Adobe 17.1 version of Adobe, a few days ago everything worked correctly with the animations, but suddenly the animations do not work anymore, and I do not understand why. I have several theories: 1.-Failure to update adobe muse....
asked by 07.01.2018 / 12:18
0
answers

Delete data that is entered by input

I have the following HTML file where #innUsd I enter the amount of what I want to save in Firebase when I press #sendUsd and this amount is reflected in #amountPyp with the amount I had plus the one I sent him. <section id="checkinn">...
asked by 07.01.2018 / 13:59