I’m sending a mail function to myself.
My first line reads ‘Order for $name on $date’
The $name variable comes from a form the user fills out.
I would like the $date variable to be today’s date, whatever that is on that day.
How can I make the $date variable show today’s date?
see http://en.php.net/manual/en/function.date.php for the syntax of date()