Print Window not printing php - Joomla! Forum - community, help and support
greetings, (i posted in newbie section well, figured brains in forum!!)
i'm passing value article using form:
<form action="http://localhost/jo_com_last/index.php?option=com_content&view=article&id=14&itemid=15" method="post">
, article using:
<?php echo $_post['number']; ?>.
it works.
when use print function / button open article in print window, text not there, else is.
if add static text div holds "<?php echo $_post['number']; ?>" info, appears when click print button.
help.
thanks,
brendon
i'm passing value article using form:
<form action="http://localhost/jo_com_last/index.php?option=com_content&view=article&id=14&itemid=15" method="post">
, article using:
<?php echo $_post['number']; ?>.
it works.
when use print function / button open article in print window, text not there, else is.
if add static text div holds "<?php echo $_post['number']; ?>" info, appears when click print button.
help.
thanks,
brendon
hi brendon,
the print function separate page, , not "know" post variable.
you try use session variables.
olaf
the print function separate page, , not "know" post variable.
you try use session variables.
olaf
Comments
Post a Comment