Questions tagged as 'html'

0
answers

Internet Explorer ignores background-color with flex property

I have an HTML document with a form. In the body I have a div to container mode where I enclose the form (to limit the width of it). To make it responsive I use flex, my problem arises with Internet Explorer. The color of the body is # F2F2F2...
asked by 16.11.2018 / 09:13
2
answers

php format date [duplicate]

Hello, I have doubts as to how I can pass the month from number to name before I had my date on date (Y-m-d) I wanted to print the month and can divide it in parts with this $mostrarso=mysql_query($so); while($i=mysql_fetch_arra...
asked by 15.11.2018 / 22:48
0
answers

change background to wave effect with jquery

I'm trying to make a jquery wave effect for the buttons, when you click on them, a wave is generated that is displayed by the whole button, but I have problems changing the background. $(function(){ $('.wave').on('click', function...
asked by 18.11.2018 / 01:38
1
answer

Get name of an image loaded in PHP (Codeigniter)

I'm trying to get the name of an image in the controller of a Codeigniter project, however, I can not get it. This is my method: public function add() { $path = 'img/noticias/'; $config = array( 'upload_path' => "./img/n...
asked by 18.11.2018 / 00:40
0
answers

Problems with type="number" HTML5

I have a form where I decided to use the type="number" for the zip code field, setting a minimum and maximum value, but when I enter the data with the keyboard and not with the increase and decrease options, I get an error as if the The value th...
asked by 16.11.2018 / 13:53
0
answers

Mask or hide url from a stream

I need to mask the external URLs that point to some songs and that the user can reproduce them from the browser. Being URL's outside the server I can not put them (As far as I know) as friendly Now there's something like this: <audio con...
asked by 15.11.2018 / 16:24
1
answer

Converter temperatures in HTML. Urgent help

I must do a program in html with javascript components that do the following: Enter a temperature in degrees Celsius and with a button convert the temperature in Farenheit and in Kelvin to two different fields. It only turns me to farenheit, to...
asked by 14.11.2018 / 00:23
0
answers

insert of dynamic input in mysql database

Hello everyone, my problem is as follows I based on an example that I found to make dynamic inputs me genra and do the calculations that I need but I do not understand very well how to insert all my data since the dynamic inputs are saved in a j...
asked by 13.11.2018 / 17:18
0
answers

Pagination does not work well when making filters

I have a paginated table (15 records per page) with 3 buttons to show me the active, inactive or all records. The issue is that if I give the assets for example and on the first page there are only 4 active records, it only shows those 4 and not...
asked by 13.11.2018 / 15:56
1
answer

Array does not store the full value of my DB if it has a space

Inside my DB I have the following information: MariaDB [agenda]> select * from materia; +-----------+--------------------------------------+ | idmateria | materia | +-----------+---------------------------------...
asked by 15.11.2018 / 00:17