tags:

views:

58

answers:

2

hi

i want to know how to take print the file using php programming.

i have .doc and .txt file.

i would like to print the file in printer using php programming.

any one?

thanks in advance.

A: 

This can't be done in php directly, you'd need javascript:

<a href="javascript:print();">Print</a>
Dennis Haarbrink
A: 

plug your computer into the wall socket for electricity. turn on your computer. plug the printer in the computer.

Luca Matteis
Don't forget that you also need to put ink and paper into the printer ;)
Jani Hartikainen