any way to hide url when printing in browser?

Hello,

I need to allow customers to print an html (php) page without printing the website url address.

Can this be done in code?

They are not savvy enough to setup their browser.

Thanks

Frank

nope. not unless you’re displaying a PDF in the browser

although… saying that… you can edit the header/footer in the page setup of the browser.

I’ve had the same problem in the past.

To avoid your clients having to mess around with print settings, the only real option is to create a PDF as already mentioned.

Thanks, I thought PDF was the only way.

What’s a good free pdf generator?

I only know of fpdf.

Thanks again.

try Zend_PDF … part of the Zend Framework.

look this, work for me http://www.yiiframework.com/extension/tcpdf/