Printer friendly of specific record |
10/31/2006 2:57:44 PM |
PHPRunner General questions | |
M
mmponline author
I have created a proforma invoice on a table's printer friendly page. |
|
![]() |
Alexey admin 11/1/2006 |
Stephan, $strSQL=$_SESSION[$strTableName."_sql"]; and add the following code just after: if(@$_GET["orderid"]) $strSQL = AddWhere($strSQL,"orderid='".@$_GET["orderid"]."'");
http://www.thedomain.com/_Orders_print.php?orderid=12
select ... concat('GV',orderID) as OrderNo, ... |
M
|
mmponline author 11/1/2006 |
Alexey |
![]() |
Alexey admin 11/1/2006 |
Stephan, |
D
|
daniel 11/28/2006 |
Alexey, |