How can I show a date from today with PHP?
I am sending a mail function to myself.
My first line reads "Order for $ name on $ date" The $ name variable comes from the form the user fills out. I would like the $ date variable to be today date, no matter what that day was.
How to make the current $ date variable the current date?
0
a source to share