Hi all
I am reasonably new at php.
I have a database table with three fields, id, caption and data. I have used the id and caption to create a dynamic menu. it just throws it into a loop with extra html formatting stuff. No problem.
The data field is a large blob. The data is a complete html file which comes out of a timing system for race cars, its basically a big table.
How do I render the blob data within the current window or in a new window when the link is clicked, its got me stumped. I have used php to bring the page together using include statements, header footer and side_nav. the menu gets produced in side_nav.
Please help, I'm stuck.