This topic is locked

print report after record

12/18/2010 4:47:34 PM
PHPRunner General questions
D
danaci author

hi,

is possible printing only one record report after record added?
Add page after record added event code.
header("Location: mytablename_print.php?editid1='".$_SESSION[$strTableName."_masterkey1"] ."'");

exit();
this code is all record reporting.
is possible only added record report?(printer friendly report)
best regards.

D
danaci author 12/19/2010
romaldus 12/19/2010
D
danaci author 12/20/2010

thnx romaldus.