[thelist] PHP & Crosstabs [long] MORE CLEARLY MAYBE...

rudy r937 at interlog.com
Tue May 7 14:10:00 CDT 2002


> If I knew the number of columns (and their names)

those are in the result set from your first query --

  SELECT DISTINCT RecordID
         FROM tblCrosstab
     ORDER BY RecordID

loop through those creating a TH for each name (RecordID)

why do you want to know the number?

rudy




More information about the thelist mailing list