Questions tagged as 'html'

2
answers

With extract list from a link

I bought a proxy api and every time I give F5 it gives me a new proxy list. How can I make a PHP that gives a curl and extract all this list to textarea every minute (is the wait time for the list to update)? Ex: I've sub...
asked by 20.12.2017 / 23:57
1
answer

How can chart information be sql querys?

My question is to create a line chart where each value is a query I've already built! I'm using phpmyadmin that has DB (imported from an sql file) And I'm using:    linkhref="// cdn.jsdelivr.net/chartist.js/latest/chartist.min.css" and...
asked by 26.12.2017 / 18:27
1
answer

Checkbox sends 'on' when serialized

I have an html form that I send the data via ajax like this: function showValues() { $.ajax({ type: "get", url: "/Home/salvaItem", data: $("form").serialize(), success: function (data) { $("#results").text(data); }...
asked by 10.01.2018 / 12:56
2
answers

Undefined variable: _SESSION

I can not solve this problem: /, Form.php file: <?php session_start(); ?> <form action="x.php" method="post"> <?php $_SESSION["urlName"] = $_SERVER["HTTP_HOST"] . $_SERVER["PHP_SELF"]; echo $_SESSION["url...
asked by 09.01.2018 / 15:50
1
answer

reuse jquery clones in another div

I have a Html section that is cloned and populated through jquery , however I need to use the same cloned structure in another location, keeping clear the first cloned if they were two places with the same clones - I do not know and possible...
asked by 11.12.2017 / 14:52
1
answer

How to generate a file in Excel and save to a folder with php

In case I need to save this table in xls with php in a "requests /" folder <?php $html = "\r\n"; $html .= "<table>"; $html .= "<tr>"; $html .= "<td colspan='7' style='height:0.3cm;'></td>"; $html .= "</tr>"; $h...
asked by 12.12.2017 / 19:27
2
answers

Doubts about HTML regarding the command alt="" [duplicate]

This is the following, my image is not showing the text that I put in when I put the mouse over. <!DOCTYPE html> <html> <head> <title>teste</title> </head> <body> <img src="foto.jpg" alt="...
asked by 07.08.2018 / 21:26
2
answers

How do I display information for a particular location by viewing in responsive mode on my mobile?

I've added the iframe from a certain place on my site, but the location information and route suggestions do not appear when I view it in mobile mode, Here is the way it appears on your phone: Here'sthewayIwantittoappearwhenviewedonmypho...
asked by 03.12.2017 / 17:14
2
answers

What is the -webkit- -moz-box- in css? [duplicate]

In the code below, what does the -webkit- -moz-box- ? .hh1 { display: block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; float: none; z-index: auto; width:...
asked by 06.12.2017 / 08:48
1
answer

The gulp build is changing the location of the div

After gulp build the column changes location     
asked by 27.08.2017 / 21:57