Hello I want to make a PHP which reports the date and time when it was accessed.
//enterance$fh = fopen('./data.dat', 'w');$str = date("m.d.y, H:i")fwrite($fh, $str);fclose($fh);
For some reason it doesn’t work, can anyone help me?
Hello I want to make a PHP which reports the date and time when it was accessed.
//enterance$fh = fopen('./data.dat', 'w');$str = date("m.d.y, H:i")fwrite($fh, $str);fclose($fh);
For some reason it doesn’t work, can anyone help me?
:: Copyright KIRUPA 2024 //--