znalezionych: 151 na 22
stronach
<<<
poprzednia - 1 2 3 4 5 6 7 8 9 10 11 - następna >>> • 2018-08-07 10:49:27
simple captcha
captcha.php
...
czytaj wiecej • 2018-08-07 10:16:52
Czas pomiedzy
$begin = new DateTime('7:00');
$end = new DateTime('15:00');
$now = new DateTime();
if ($now >= $begin && $now <= $end){ }
• 2018-08-07 09:40:09
Dwa Teksty w jednej linijce do prawej i do lewej
<div>
<a href='#' style='float:left'> Text on the left.</a>
<a href='#' style='float:right'>Text on the right.</a>
</div>
<div style='clear: both;'></div>
• 2018-07-27 08:19:48
jquery- zmiana stylu
$('.handle').attr('style','left: 300px');
$('.handle').css('left', '300px');
• 2018-07-21 10:59:27
htmlspecialchars not ISO
htmlspecialchars($str, ENT_COMPAT, 'UTF-8')
• 2018-07-18 20:57:24
tablica
foreach($results['data'] as $result)
{
echo $result['type'], '<br>';
}
• 2018-07-18 09:22:15
preg_match - znaki specjalne do zabezpieczenia
preg_match('/['/~`!@#$%^&*()_-+={}[]|;:"<>,.?\]/', $input)
znalezionych: 151 na 22
stronach
<<<
poprzednia - 1 2 3 4 5 6 7 8 9 10 11 - następna >>>