May 4, 2001 #1 fiber0pti ISP Nov 22, 2000 96 US I'm new PHP. I've been looking everywhere and I can't find anythign on how to display the current date (like: May 4). How would I do this?
I'm new PHP. I've been looking everywhere and I can't find anythign on how to display the current date (like: May 4). How would I do this?
May 5, 2001 1 #2 shalon Programmer Mar 31, 2001 3 BR Utilize $date = date("d-m-Y" $time = date("H:i:s" echo "Date: $date - Time: $time"; more information search in PHP manual for Date and Time functions Upvote 0 Downvote
Utilize $date = date("d-m-Y" $time = date("H:i:s" echo "Date: $date - Time: $time"; more information search in PHP manual for Date and Time functions