Page 1 of 1

print on pinter

Posted: Tue Oct 18, 2005 12:38 pm
by rajan
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

Posted: Tue Oct 18, 2005 7:06 pm
by yakasha
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.

explain

Posted: Tue Oct 18, 2005 7:14 pm
by rajan
which type of applcation. give some explanation of your answer.