I have
$a = day
$b= month
$c=year
Now i want to show the date in the format $a $b $c
How to use the time function? because when i echo "date($a $b $c)"; it gives me errors. How to echo it right?
$a = day
$b= month
$c=year
Now i want to show the date in the format $a $b $c
How to use the time function? because when i echo "date($a $b $c)"; it gives me errors. How to echo it right?
Comment