Hi,
I want to send a mysql query result "$result" to a formated html table :
the query result "$result" contains data like :
heure operationA operationB
20 truc machin
21 chose machin
and the html table is dynamicaly generated for 24 the hours.
someting like :
heure operationA operationB
00
01
03
...
20 truc machin
21 chose machin
22
23
Any idea ?