Hello, you can view the code here:
http://www.phatasia.com/clients/calandar/code.phps
That is code to display a calandar by the timeframe a user specifies and the event if there were any. Right now, everything works, it all displays except when you enter times that do not have an event there, and if the end frametime and startframe time is more then 3 hours apart, it gives you extra cells at the end.
GO to
http://www.phatasia.com/clients/calandar/code.phps
And enter date as: 2004-06-06
and time as: 1:00:00 - 6:00:00
It will give you those extra cells, I have determined that the extra cells are the end hour -3, but I have no clue how to fix that. Now try the same date and have the times :
8:00:00 - 20:00:00
It will all be normal...
It may be that I am calling the function 3 times, as you can see I had some table problems with it. I mean the whole thing is one big table mess. If anybody can clear up the problem with the extra cells appearing at the end, it would be greatly appreciated