Hi, if I have a product dabase table with product number and so on.
And a file directory with max 5 different productsheets/files for each products.
The files has the same name as the product number field in the database.
How can I get the results printed to my browser showing eg. X products, each width it releated files.
I want to build the HTML so it looks like
| Product no | Sheet1 | Sheet2 | Sheet3 | Sheet4 | Sheet5
| 12345678 | 123456789.doc | 123456789.pdf | 123456789a.pdf | 123456789.xls | 123456789b.xls
I have done some solutions but not satisfied.
Look at my code here:
http://www.phpbuilder.com/board/showthread.php?threadid=10242003
This will not format it the way I want, because if it not mach, it will print out all the files that dont exist,
hope you get me, coz I need 🙂
best regards Thomas A.