[PHP] Re: Accessing images in a protected directory

2005-09-13 Thread M. Sokolewicz
Brian wrote: I haven't used .htaccess before and am currently having an issue with it. I have a site that has photos from various events on it. Some of the events need to be password protected to view the photos. They enter a password, it gets checked in the MYSQL database and then the php

Re: [PHP] Re: Accessing images in a protected directory

2005-09-13 Thread Niels Ganser
Unfortunately, you can't pass along a username/password to apache in a simple way. Well, what about http://user:[EMAIL PROTECTED] I personally wouldn't send cleartext passwords to a client's browser which might cache them and stuff, but possible it is. -- PHP General Mailing List