Say I have a recordset, lets call it $rsRecordset. Now lets say it has data in it like so:
1 2 3
4 5 6
7 8 9
Now I want to display, for example, the 5. How might I do that? I’ve read a lot about something that seems to be structured like so:
echo $rsRecordset[1][1];
But for the life of me I can’t make it work. Any suggestions?
Since JK hasn’t returned, I guess I’m answering this myself.
The following was the boy:
Again, if JK returns I will happily give him the tick. If not I’ll apply it to myself tomorrow, since it was technically a joint effort anyway.