Jason Williams - 2008-07-17 01:30:48
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@address.com|
| 2 |jane|an address |qwer |J189276|no@email.com |
=============================================================
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?