I would like to get timestamp for current date and current time. I has searching for it today, but no luck, I got confused. I'm very basic in PHP btw :( The timestamp are correct, but I get that notice.
<?php
$current_time_and_date = mktime(date("h"), date("i"), date("sa"), date("m"), date("d"), date("Y"));
echo $current_time_and_date;
Result:
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\index.php on line 2
1551814433