Questions tagged as 'html'

1
answer

send files to the mail with php

I have a form where all the data that you insert is sent to an email. I added a section so that you can upload images ect .. But when it is sent, the images are not sent, I get the following in the mail: Imagenes: Array. This my html <...
asked by 22.03.2018 / 11:26
1
answer

How to put an input file which can be clicked on an image?

Please I would like you to help me within a div place an input file to which I can select an image. <div class="" (click)="()" > <input id="" type="file" (change)="()"> <img class="" src={{img}}...
asked by 28.03.2018 / 15:03
2
answers

Create .php files with fopen ()

I'm Trying this: <a href=" <?php $fh = fopen($p['n'].php, 'w') or die("Can't create file"); if($fh) { $code =" <?php //codigo combinado con html nada complejo incluí php para manejar sesiones ?>"; echo fwrite($file,$code); fcl...
asked by 20.03.2018 / 14:19
0
answers

Show datetime of MySQL in input datetime-local html

I have a problem bringing a date and time from a MySQL table that I saved previously through an HTML and PHP form. Here my code: <!doctype html> <?php include('libreria/motor.php'); require ('connection.php'); require ('libreria/veri...
asked by 18.03.2018 / 05:28
0
answers

Error with bar menu Boostrap data-hover="dropdown"

Very good, I have a Boostrap menu bar that is partly generated with a javascript function, the result of the function I put it in a div of the bar called menuCategories. My intention is to add functionality to it data-hover="dropdown" so that wh...
asked by 16.03.2018 / 12:23
1
answer

Print document saved on server

I am creating a web page where users can upload files ( exel or word ) and save them in a SQL server and then others can see those files and have the possibility to print them. The truth is that I am having problems to create a method that allow...
asked by 18.03.2018 / 15:32
1
answer

Search with several filters in an html table

I have searched many pages for information on how to do a search with several filters in an html table. That when searching, the data is typed in the first filter, and when entering the next data in the other filter, do not erase the data fro...
asked by 21.03.2018 / 15:30
2
answers

It does not take the correct values in my SELECT

Realize my BD with my main table "worker" , and that others depend on it an example is my table "nomina" with the fields: id_nomina and descripcion_nomina , what I intend with this is that it is inserted or modified through the ID and that it...
asked by 14.03.2018 / 05:04
0
answers

Insert google maps in web

I'm trying to insert locations on my website with google maps. But they are dynamic, that is, if to insert a specific location you put a Google Maps code like this: <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d30...
asked by 14.03.2018 / 16:06
1
answer

Redirecting Vista-Controller in PHP

I'm trying to make a menu in html + php and I want to know how to bring a url to redirect it to the correct view.     
asked by 13.03.2018 / 15:36