This topic is locked

Simple link to a print page

5/22/2012 5:24:04 PM
PHPRunner General questions
H
horsey_kim author

I am trying to put a link to a print page of one record. Here is what I tried to use and I just get the first record for that table. Not the one I am asking for.
<a href="http://mywebsite.com/horseshow_print.php?editid1=103">Click to View/Print Information</a>
But I am getting record 100 instead. Maybe the the url is incorrect. I thought we use the editid1 in the url to pull a specific record.

Sergey Kornilov admin 5/22/2012

You cannot create a link to the print page this way. It's designed to display multiple records.
You can only do this with Edit/View pages that display a single record.

H
horsey_kim author 5/22/2012

Thank you