I have managed to fetch data from my database using get_recordset_sql but I'm now struggling to display it the way I want.
Just so you know I have had a look at the documentation, read the X-Ref, and checked the dmblib.php file for comments and also looked in the CVS to check examples, but I still cannot work out how to get it done.
Okay, here is my problem. My query results look like this: id,userid,giver,text 3599,401,423,Interesting presentation in English
So far, it is normal. All I want to do is be able to use 'extract' data from that array so that I can turn it into something more meaningful such as 'Mary received a credit from John Smith for 'Interesting presentation in English'
I cannot for the life or me work out how to do it.
I would appreciate any pointers
Cheers,
Fred