I'm quite new to PHP and mySQL, so please excuse me if the answer to this is obvious.
I'm using sessions to control access to documents in a 'members only' area of a web site. Everything works fine as long as I'm working with PHP pages - I start a session and check appropriate session variables before passing the html to the client. But, how do I control access to PDF documents? They should be viewable only by members.
Any help will be appreciated!
Regards,
Dale