Dear friends PHP... I would like know if is possible to config a printer by php script... I need erase header and footer of config printer
Something like :
if ($print_mode != 1) {
include 'header.php';
}
So if url is NOT page.php?print_mode=1 it will include header.php. Do same with footer.
Also, please post questions in just one forum.