Fantastic class! Absolutely love it.
I'm trying to modify the GetHTML() function so the table values are hyperlinked to another page passing an invoice number of the particular record.
=============================================================
|idrecords|name|address     |state|invoice|email            |
|    1    |john|some address|asd  |F123456|
[email protected]|
|    2    |jane|an address  |qwer |J189276|
[email protected]     |
=============================================================
etc...
I want the user to be able to click on any of the values for the row and have it pass the invoice via url...
invoice-details.php?inv=$____________
where $____________ is the invoice number for each row.
Can you please shed some light?