696 gün önce PHP Header Fonksiyonu Çalışmıyor
sorusunu cevapladı.
session_start(); // sayfa başında
ob_start();// sayfa sonunda
alacak çekilde kullan
704 gün önce EXCEL DE TARİH VERİSİNİ MYSQL E KAYDETME
sorusunu cevapladı.
if(!mb_strlen($workerbirthdate) == 10) { $workerbirthdate = '0'. $workerbirthdate; }
$unix_date = ($workerbirthdate - 25569) * 86400;
$workerbirthdate = 25569 + ($unix_date / 86400);
$unix_date = ($workerbirthdate - 25569) * 86400;
$workerbirthdate = gmdate("d.m.Y", $unix_date);
bu kod ile yapabilirsin
başdaki if tarihi 1.12.2022 değilde 01.12.2022 yazmak için
714 gün önce anlık post işleminde DatabaseController a ulaşamıyorum
sorusunu cevapladı.
@abdullahx öyle bir sıkıntı olmuyor ama bu seferde her seferinde db çağırmam gerekecek
onu çözmeye çalışıyorum devamlı çağırmamak için
714 gün önce anlık post işleminde DatabaseController a ulaşamıyorum
sorusunu cevapladı.
çalışmadı