Questions tagged as 'html'

1
answer

Employee profile with php photo

I have created a page to create an employee profile, and that's what I upload to the BD and I could even add a photo, upload it to a folder that designates it and everything is fine. The problem is that it occurred to me that when the profile...
asked by 23.11.2017 / 17:11
1
answer

progress bar does not show javascript video

Hello I was following a tutorial but the progress bar does not appear, these are the worksheets, in the "clicking" function where I put "loop = setInterval (state, 1000);" is where you should show the video progress bar but nothing happens.  ...
asked by 23.11.2017 / 01:09
2
answers

Show part of the image and visualize it all when clicking

I have this screen What I want to do is show only a piece of the image, as 50% of the height shown now is the one I want to cut and when the user clicks on the image that opens up as well as on a modal. I'm just learning boostrap and wh...
asked by 25.08.2017 / 20:52
2
answers

You doubt to change data of an img

With the very good ones to the community, I have the following question, I am working on php and mysql. I need to change a part of a <img src="http://localhost/upload/foto.jpg" width="259" height="194" /> I want to remove the width...
asked by 23.08.2017 / 18:59
1
answer

Problem loading a string with a lot of information in javascript

I create a connection to a mysql database in php and load a variable with information from a field in a bd table, my problem is that when loading a lot of information I can not work with this variable using javascript include("Conexion.php");...
asked by 12.08.2017 / 19:06
1
answer

Fit borders in HTML

In my program: $(document).ready(function(){ var $lista1 = $('#lista1'), $lista2 = $('#lista2'); // lista 1 $('li',$lista1).draggable({ revert: 'invalid', helper: 'clone', cursor: 'move' }); $lista1.droppable({...
asked by 08.08.2017 / 20:37
1
answer

How to save the data of a Multiple SELECT in a single field of my Database?

I have a multiple select and when I save the data in my database it does it separately, and I want it to save the selected data in a single field. How can I do it?    <select multiple="multiple" size="7" name="dias[]"> <option v...
asked by 08.08.2017 / 22:56
1
answer

Move data from one list to another [closed]

I want to know of an example where two unordered lists <ul> can transport their data from one to another. For example: Suppose we have the lista uno and lista dos , each with different data. I want all the data that...
asked by 07.08.2017 / 22:34
2
answers

Remove full width to fieldset

Good day, I have a detail with a fieldset that I can not solve, I have named class to the fieldset and to the form with padding and width but it is still doing the responsive fieldset, and I want to have it fixed that is not responsive....
asked by 04.08.2017 / 15:53
1
answer

How to call names in php from a database?

Good afternoon friends I have this code in HTML (it's just part of the whole code) and even with a database, I would like to know how to say "Monica", "uzziel", "Andres" could bring the names that I have registered in my database. A if I have...
asked by 07.08.2017 / 23:53