hi

i have a mysql table with events
ex : "event 1","start time and day","end time and day"
i'd like to print those events in a nice html table grouped by week
ex :
___|monday|tuesday|wednesday|
8:00|event 1|
9:00|event 1|
...

i already have a query to select all the events of the week, i just
don't know where
to start to print the events in a week view
any idea ?

thanks in advance
quentin


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to