Questions tagged as 'html'

1
answer

Getting forms data in php with cycles

I need to use some PHP loop to get the form data on a rendering page. I thought of putting a count variable inside an input name ID box, like this: $c=1; while($c <= 5) { $tabela[$c]= $_POST['nome$c']; } You could print later using:...
asked by 15.06.2017 / 03:14
0
answers

web speech listener

I have the following schedule. It writes in the input the text4 and the text5 by the corresponding button. I wanted to do automatic, that is, when I started input, via text4, the listen4 () function itself would open the MIC5 as the button do...
asked by 15.06.2017 / 20:32
1
answer

Jquery-Ui.css Css is blocking page elements

My elements are arranged on my screen. However due to the use of the jquery.Tab plugin css is blocking the elements of the page. Index.phpCode<!doctypehtml><htmllang="en"> <head> <meta charset="utf-8"> <meta name=...
asked by 15.06.2017 / 00:02
1
answer

How to put captions (subtitles) in videos?

How can I add subtitles / subtitles to video tag: <video> <source src="video/video.mp4" type="video/mp4"> </video>     
asked by 09.04.2017 / 03:07
0
answers

Real-time value for a variable

Hello everyone, I have the following code sending information to a script. <!DOCTYPE html> <html lang="pt"> <head> <meta charset="utf-8"> <title>Javascript Example</title> <link rel="styleshe...
asked by 14.06.2017 / 14:46
0
answers

Problems with foreach in php

I made a foreach with PHP and a .json file to simulate a mini store inside a thumbnail in a slide , but it is not appearing properly side of the other as it should be. I wonder where I'm going wrong. How are you curren...
asked by 14.06.2017 / 04:44
0
answers

Grids Boostrap Help

Good evening, I'm having a problem, I'm learning to make a website, I'm having some doubts regarding the grids system I looked for. I did not understand very well, so I came here in the forum, this is happening when I zoom on the page. of the pl...
asked by 08.06.2017 / 01:50
2
answers

Skip path that CSS "walks"

Can I "skip the path that css runs"? Example: <body> <div class="a"> <ul class="b"> <li class="c"> Teste </li> </ul> </div> </body> For example, I want...
asked by 31.05.2017 / 19:05
0
answers

Is it possible to retrieve the download button in mpdf?

I would like to remove the download button, just like the Print button. Is there a solution? I already went to mpdf.php and removed the case 'D': but it had no effect. I would also like to prevent any click on the pdf in question. (Print the...
asked by 07.06.2017 / 20:37
1
answer

HTML5 - Block Direct Audio Access

I would like to protect audio files in a public Apache directory. I do not necessarily want to download the file (I saw several tips about it) but rather play it in the browser only for users who have an active session. I have already changed th...
asked by 29.05.2017 / 08:35