Click to See Complete Forum and Search --> : Printing with PHP?


Anon
02-28-2002, 08:58 AM
Is it possible to print a site in PHP? I mean send the document to a printer and get it on paper?

sayoko
02-28-2002, 12:25 PM
When you run PHP on Windows, there´s a print Function AFAIK. Works only with Windows.

vincente
03-01-2002, 08:35 AM
... only in windows and only on the SERVER side.

Clients can just press 'print' on their browser.

Anon
03-01-2002, 03:50 PM
Yeah thats true, but it still might be usefull. Like on a company intranet where you have to print large tables. When you do that in your browser of choice, it usually chunks up tables in a ugly fashion. The printing feature seems to be able to to split pages and so on. I might give this function a try since I had this problem on our intranet.

Anon
05-04-2002, 09:45 AM
Hi were you able to find solution to your problem , if you have can u pass on the informaton please

Thanks