Could somebody suggest the simplest way forward for me to investigate please?
Please take a look at this web page which shows a single record of a mysql db http://www.swaag.org/DB_VIEW_Specific%20Record%20Number2.php?swaagrec=591
I would like to be able to create a program where I can select for example records 1 to 100 and it will print them out in the same format as the above link displays them. i.e. data and images -> rec1 followed by rec2, rec3, rec4 etc. Like the display program I would like it to ignore empty data fields.
Only links to the images are in the database, the images are stored in another folder.
Ultimately I would like the output be a .pdf, but I am happy with any other file format which can be converted.
? .html or .doc
Is there a simple way of achieving this using the php code I use to display the above page within a loop?
Thanks for your time.
Stephen