Comments by: Nick Brogna

The person you searched for (Nick Brogna) has authored 2 comments. They are shown below in reverse date-order, and grouped by the post they belong to:

Post Comment
Post Comment
August 2004
Redesign explained: time presentation

Actually, after hitting "submit" I realized that you could use that solution as it stands, however you would need to use an associative array like:

$phrase = array(
[00] => $ph13,

[view in situ]

Chris, the problem with your array solution, as it was presented, is that when using 24h time the hour parameter that gets passed to time_of_day() uses two digits (i.e. 08 for 8:00 AM) yet the…

[view in situ]