> 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 PDF file during setup. Your comparing apples to oranges here. PHP is server side, printing takes place on the client's machine. So they do have control over printing. You could check with Javascript folks, not sure if there is anything there that would allow for printing to be disabled as your normal browser's hotkeys such as CTRL+P will allow for printing even if you took away all other menus and drop downs. One thing you can do to limit the viewablilty of the source code is to place your website in Frames (This is optionally the last resort, as frames [in my own opinion] suck). And then using a "no right click" javascript application. Otherwise aftermarket encryption tools could help you here. But again, PHP isn't the answer for either of these. HTH, Wolf :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php