[PHP] passing authorization code

2002-04-26 Thread wm
hi, .htaccess file requires user and pass. anybody know how to pass this info with a script so that the user is allowed into the directory? not in the url either. not user:[EMAIL PROTECTED] needs to be transparent. the reason i want to do this is so that somebody can't path directly to a .mov

Re: [PHP] passing authorization code

2002-04-26 Thread Mark Gallagher
delurk wm wrote: .htaccess file requires user and pass. anybody know how to pass this info with a script so that the user is allowed into the directory? not in the url either. not user:[EMAIL PROTECTED] needs to be transparent. the reason i want to do this is so that somebody can't

RE: [PHP] passing authorization code

2002-04-26 Thread John Holmes
. If they are allowed, then send the appropriate .mov headers with header() and then output the data. ---John Holmes... -Original Message- From: wm [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: [PHP] passing authorization code hi