Re: [PHP] Re: Question about using session and "logging out"

2003-01-17 Thread Stanislav Skrypnik
hat checks is a session registered. IF it is, it lets you go through and execute the rest of the script if not, simply tells you to login that's it. Very simple, if interested I can show example. Vlad -----Original Message- From: Stanislav Skrypnik [mailto:[EMAIL PROTECTED]] Sent: Frid

Re: [PHP] Re: Question about using session and "logging out"

2003-01-17 Thread Stanislav Skrypnik
Hi Kevin, I don't well understand this part: > if active session { > // validate privs for this page Can you give small example? TIA, Stas "Kevin Stone" <[EMAIL PROTECTED]> wrote in message 019501c2be78$4ad0dc30$6601a8c0@kevin">news:019501c2be78$4ad0dc30$6601a8c0@kevin... > Don, > > The only m

[PHP] Changing page orientaion for printing

2003-01-16 Thread Stanislav Skrypnik
Hi everybody, Is it possible using PHP change page orientation in browser so that when user clicks on "Print" button page automatically rotated to "landscape" orientation. I've heard that it is possible to do with ActiveX but due to security reason ActiveX might be disabled. Thanks for any help in

[PHP] php_network_getaddresses()

2003-01-12 Thread Stanislav Skrypnik
Hi all, I have the problem with this peace of code. This code has to include file containing some Javascript functions. http://mysite/";); $javascript=PATH."inc/javascript_functions.js"; include ($javascript); ?> When I run this I got message: "Warning: php_network_getaddresses: getaddrinfo faile