|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Display data in an excel-like html page
mjar81 gave a class- grid solution for the foll. post that seemed to be what i was looking for that you gave was really nice and I tried adapting it for a report i am trying to make but i got the foll. error.
http://codewalkers.com/forum/index.php?action=displaythread&forum=phpcoding&id=14547&realm=default Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 45 bytes) in /home/virtual/site126/fst/var/www/html/add_enq.php on line 39 (line 39 is : while($get_database_items2 = mysql_fetch_object($result2)){ ) I have some data for a machine where i take readings everyday. I need to have the dates appearing in rows and the readings in columns as under : Date...... Value 1... Value 2... Value 3 ............1a 1b ....2a 2b .......3a ================================================== 2005/09/28 2005/09/27 2005/09/26 2005/09/25 2005/09/24 1a,1b,2a,2b and 3a are all stored in my table along with the machine name and dates . How do I output this using class and grid (or any other function u can reco) such that it looks like an excel spreadsheet with grid lines, formatting, colours etc ? Any and all advise welcome. Swati S |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Display data in an excel-like html page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|