Problem with printer-friendly page

3 posts by 2 authors in: Forums > CMS Builder
Last Post: December 12, 2013   (RSS)

By CommonSenseDesign - December 12, 2013

Hi, All.

I'd like to link to a printer-friendly page from the "full" version, but I get a "Record not found" error message.

Here's the index page: http://www.newhamburg.ca/offers.php

This is an example of a "full" page: http://www.newhamburg.ca/offersDetails.php?Common-Sense-Design-1

The template for the printer-friendly version is here: http://www.newhamburg.ca/offersDetailsPrint.php

The code I'm using to link to the printer-friendly page from the full version is as follows:

<a href="http://www.newhamburg.ca/offersDetailsPrint.php?<?php echo $record['num'] ?>">Print this voucher</a>

Can anyone see where I'm going wrong, please?

By CommonSenseDesign - December 12, 2013

Perfect! Thanks, Dave.