Hello all,
First of all, I greatly appreciate any help with my issue. I am trying to pull data from mySQL and present it as shown in the attached example.
[ATTACH]3620[/ATTACH]
Basically I want to list hours worked by a selected user listed by week. The first line in the example lists the week and the total hours work. One can then click on the "+" sign to expand and see how many hours work for each client. The database fields I am working with are "username", "week", "client" and "hours".
I am new to all of this and am not sure if this can be done without javascript or what. Again, any help would be greatly appreciated.