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...
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.
...
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...
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...
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");...
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...
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...
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....
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...