/ Published in: PHP

Expand |
Embed | Plain Text
'19:00', '21:00', '23:00' ); '20:00', '22:00', '24:00' ); { for($i=0; $i<count($hours_from); $i++) { $hour_from = $hours_from[$i]; $hour_to = $hours_to[$i]; $hours[$i] = $hour_from.' - '.$hour_to; } } }
You need to login to post a comment.