PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i have so many records of brides and grooms. i want to print all records of brides and grooms in such that we can print all of them without displaying on the screen.
i want to print per record per page. i have thousand of record . i have to print all of them in single click.
php version is running in server: 4.2.4;
how can it possible?
printer_start_doc() and printer_start_page() is not supported
You could try sticking them in some sort of file locally and using one of the program execution functions to send it through a different application capable of printing the file you created.