i want to build an application in php that can print the desired data from

  • Thread starter Thread starter nabin l
  • Start date Start date
N

nabin l

Guest
databases that user selects? how can i make an application that can trigger the printer connected in my personal computer to print the pages or only the selected datas from the database table..I have used window.print(); function but it prints the whole data of current page that i don't want..just i want to do print the selected data...Can anybody help me please..?Thank You in Advance..:-nbn
 
Unless you have set up printer sharing on your computer with the Web server, or made the printer a network device addressable by the Web server, you can't.

Given the nature of the question, I sincerely doubt you possess the technical expertise necessary to tie your PC to a remote Web server, in any event.
 
Back
Top