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