How can I print information in a form
Posted: Sun Jul 01, 2007 11:04 am
feyd | Please use
Best Regards
Dilbert137
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Dear All,
I have written a form statement with order data but need these information to be printed. Can someone tell me if it is possible to print form data in the same format.
[syntax="html"]<form name='frm_user' action="<?php echo $_SERVER['PHP_SELF']; ?>" method='post'>
<table width='100%' border='1' cellpadding='1' cellspacing='2'>
<tr>
<td align="right" bgcolor="#D8C56F"><b>Order No.:</b></td>
<td align="left"><input type="text" name="txt_orderid" size="20" value="<?php echo $result['Num_Cmde']; ?>" READONLY></td>
<td> </td>
<td align="right"><input class="box" name="btnPrint" type="submit" id="btnPrint" value="Print"/></td>
</tr>Best Regards
Dilbert137
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]