Hi All!
Is anybody knows how to print in the client side and not in the server side? My php scripts are all in the server and the moment the client prints it prints on my server printer. Is anybody has an idea on how am i going to do this?
Bismuth
you can use javascript. get the printing contents and store in javascript array/variable.. then use window.print();