Does anyone know how to write a code in PHP for printing the current page?
Thanks.
mikefn
You cant print in php. You will have to use a bit of javascript. The code escapes me at the moment.
Mark.
<?php echo 'Please press Control+P or whatever is the shortcut for printing in your browser'; die(); ?>
Luciano ES Santos, SP - Brasil