127.0.0.1::xx
$(document).ready(function () {
$('.liketext').on('click', function () {
var self = $(this),
counter = Number($(this).text()),
dataid = $(this).attr('data-id');
var qdata = {
id : dataid,
cnt: counter
}
$.post('assets/components/ajax/like.php', qdata, function ( data ) {
self.html(data);
});
return false;
});
});
canvas.width = canvas.offsetWidth;
canvas.height = canvas.offsetHeight;
<div class="conteiner" style="background-image: url(src/photo.jpg)"></div>
.conteiner {
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
}
<table background="img/src.jpg" style="width: 100%; height:30px; position: relative; overflow: hidden; border-collapse:collapse; vertical-align: top;">
<tr style="vertical-align: top;">
<td style=" padding-top: 0px;">
<div style="width: 100%; font-size: 150px; position: relative; font-weight: 700; line-height: 250px; text-align: center;">278</div>
</td>
</tr>
</table>
if ($mail->send()){
header("Location: https://www.google.com/");
} else {
// show html form
}
if ($mail->send()){
echo 'Thank! Your message has been sent!';
}
// show html form