PHP question. PLease help?

casey w

New member
To read the current hour (in 24 hour format), you can use the following in built-in function: date('H'). Use "if/else" statements to determine which greeting message to show.
 
Back
Top