I need tyo number the rows resulting from a SELECT statement beginning with 0 (zero). Regardless of the record id I want the results to have an artificial field called num and it would be incremental starting with 0.
I could dothis in PHP but I need the results in javascript within the head tag, ( it this makes sense!)
Hum... I need teh array tobe numbered 01234 despite the fact that the db records don't begin with 0.
Nick