Re: [PHP] protecting web page

2004-05-09 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Hi, > > i'm designing a web application and i want to protect my web page from > printing and if possible want to protect source code too. You can prevent the average joe from printing by putting some css in your document: @media print { body

Re: [PHP] protecting web page

2004-05-05 Thread Mark
--- [EMAIL PROTECTED] wrote: > Hi, > > i'm designing a web application and i want to protect my web page > from > printing and if possible want to protect source code too. > > Do you know any solution that can help me. I've find an application > named > HTML guard but it only work for static htm

Re: [PHP] protecting web page

2004-05-05 Thread Blake Schroeder
PHP source code is striped out of the html doc before it is displayed, so you are protecting your html. -Blake raditha dissanayake wrote: [EMAIL PROTECTED] wrote: Hi, i'm designing a web application and i want to protect my web page from printing and if possible want to protect source code too.

Re: [PHP] protecting web page

2004-05-05 Thread raditha dissanayake
[EMAIL PROTECTED] wrote: Hi, i'm designing a web application and i want to protect my web page from printing and if possible want to protect source code too. Sure unplug your network cable. -- Raditha Dissanayake. - http://www.radinks.com/print/up

RE: [PHP] protecting web page

2004-05-05 Thread PHP Email List
> Do you know any solution that can help me. I've find an application named > HTML guard but it only work for static html pages. I need more a class or > function to prevent for printing. Disclaimer:: To my knowledge! :) The only thing off hand that I can think of that would prevent printing is a

Re: [PHP] protecting web page

2004-05-05 Thread Brent Clark
> i'm designing a web application and i want to protect my web page from > printing and if possible want to protect source code too. > > Do you know any solution that can help me. I've find an application named > HTML guard but it only work for static html pages. I need more a class or > function