print on pinter

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!

Moderator: General Moderators

Post Reply
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

print on pinter

Post 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
yakasha
Forum Newbie
Posts: 10
Joined: Wed Aug 03, 2005 1:17 pm
Location: Las Vegas, NV
Contact:

Post 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.
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

explain

Post by rajan »

which type of applcation. give some explanation of your answer.
Post Reply