Questions tagged as 'html'

1
answer

PHP - upload an image

Ihavethefollowingcodetouploadanimage:var_dump($_FILES);$target_dir="uploads/"; $target_file = $target_dir . basename ( $_FILES ["fileToUpload"] ["name"] ); $uploadOk = 1; $imageFileType = pathinfo ( $target_file, PATHINFO_EXTENSION ); if (isse...
asked by 25.05.2017 / 21:37
2
answers

JQuery Chart by entering array values

So it's the folks next, I have 2 variables of type array that have been converted from php to javascript, so far everything is ok. I used alert to see if it showed and worked. What I intended was to save these 2 arrays within the variable date....
asked by 08.06.2017 / 16:37
0
answers

Images style caroussel postings with next and previous button

Guys, I need to develop a post view, but in caroussel style, next to each other, and with the next and previous button passing or returning the posts .. Could anyone help? Thank you in advance.     
asked by 08.06.2017 / 16:47
1
answer

Divide table into two div

Hello, I have four div with fixed size 300px each, and a table dento of the first div, I need that when that table exceeds 300px the rest of the content goes to the second div and so on. #pg1{ border: 1px solid black; height: 600px...
asked by 16.05.2017 / 16:42
1
answer

AddEvent in table

I have the script below: <script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js"asyncdefer></script><divtitle="Add to Calendar" class="addeventatc"> Add to Calendar <span class="start"&g...
asked by 16.05.2017 / 17:44
1
answer

Block the double click of the button with parsley

I use the parsley.js library and I want to disable double-clicking to prevent double-entry in the database, but it conflicts because parsley already blocks automatically when it fails. I want that when there are no errors indicated in parsley.js...
asked by 16.05.2017 / 17:14
0
answers

How to get the value of a tag with a specific class / attribute with DOM and php?

Hello. Is it that I want to get the value of a particular tag with a specific class / attribute using DOM and php. Below is the html that will be used: <div class="header nopadding filmesonline"> <div class=...
asked by 16.05.2017 / 04:33
1
answer

In what language was HTTP written when implemented on the Web?

I want to know in which language HTTP was developed.     
asked by 15.01.2017 / 13:38
2
answers

Image disappears after animation + window resize

I'm building a menu for my blog, I found some codes on the net, and I'm trying to implement one of them. The problem is this: the image disappears from the header menu when I do the following: Shrink the window to a mobile phone size I ope...
asked by 17.05.2017 / 13:39
1
answer

File html + css (bootstrap) when inserted by "require_once ()" of php does not work dropdown menu

I was creating the menu of my system and everything was working correctly, the file menuHorizontal.php contains the menu and it has a dropdown that was working, when I click, it opens the submenu, so that's fine, the problem is which now in the...
asked by 19.05.2017 / 03:38