in PHP how do i use range() for creating timing list?

Posted by I Like PHP on Stack Overflow See other posts from Stack Overflow or by I Like PHP
Published on 2010-04-24T12:00:38Z Indexed on 2010/04/24 12:03 UTC
Read the original article Hit count: 109

Filed under:

i want to create a table where first column have timing in below style


timing | user1 | user2 | user3
-------------------------------
9 AM   |       |       |
10 AM  |       |       |
.      |       |       |
.      |       |       |
.      |       |       |
6 PM   |       |       |
7 PM   |       |       |

is it possible to use range() for creating timing list, if yes then please tell me , or if not then suggest me better method. Thanks always

© Stack Overflow or respective owner

Related posts about php