Re: [PHP-DB] Required pages...

2002-02-13 Thread Andrés Felipe Hernández
I include this file on the top of all my scripts: /admin/index.php is the script where i do the login andrés - Original Message - From: "William Fong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 2:52 PM Subject: Re: [PHP-DB] Requ

Re: [PHP-DB] Required pages...

2002-02-12 Thread Miles Thompson
This is at the top of every file requiring an authenticated user on one of our sites: and secure.php consists of this, all on one line, with no cr or lf at the end. The user_logon.php script handles all details of processing the user: reading their cookie and authenticating, prompting for us

Re: [PHP-DB] Required pages...

2002-02-12 Thread William Fong
ECTED] - Original Message - From: "Jonathan Underfoot" <[EMAIL PROTECTED]> To: "jas" <[EMAIL PROTECTED]> Cc: "[PHP-DB]" <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 2:21 PM Subject: Re: [PHP-DB] Required pages... : Personally, I'

Re: [PHP-DB] Required pages...

2002-02-12 Thread Sam Masiello
ED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 5:18 PM Subject: RE: [PHP-DB] Required pages... > Verify that $HTTP_REFERER is the URL the user was supposed to come from. > Somethig like (you may have to tweak it because I cannot test where I am > now): > &g

Re: [PHP-DB] Required pages...

2002-02-12 Thread Jonathan Underfoot
ted.) You'd have to track down the javascript commands on the netscape site, I don't know them offhand. If theres a PHP way to do it, I'm unsure of it. Regards, -Jonathan - Original Message - From: "jas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

RE: [PHP-DB] Required pages...

2002-02-12 Thread Rick Emery
uot;;); exit; } -Original Message- From: jas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 4:23 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Required pages... I am wondering if there is a way to force users to come from a certain page. For an example I am using a l

[PHP-DB] Required pages...

2002-02-12 Thread jas
I am wondering if there is a way to force users to come from a certain page. For an example I am using a login page which once authenticated allows users to change the contents of a web site without knowing alot of code etc. What I would like to do is make sure that the content management system