On Thu, 30 May 2002, Justin Blake wrote:
> I will soon be developing a user authentication system with different
> access levels. I will need to check the users against a mysql database.
> How secure is checking for a session var, and then redirecting with
> header('Location:...') ? Is there a way
On Thu, May 30, 2002 at 11:46:29PM -0400, Justin Blake wrote:
> I will soon be developing a user authentication system with different
> access levels. I will need to check the users against a mysql
> database. How secure is checking for a session var, and then
> redirecting with header('Location:.
I will soon be developing a user authentication system with different access levels. I
will need to check the users against a mysql database. How secure is checking for a
session var, and then redirecting with header('Location:...') ? Is there a way to get
around this method of protection?
--
iginal Message-
From: Anton Heryanto [mailto:[EMAIL PROTECTED]]
Sent: 30 May 2002 11:44
To: [EMAIL PROTECTED]
Subject: [PHP] user auth.. with mysql and cookies.. help
sorry, bother all of you with my same question
i was learn to make user auth with mysql and using cookies, i have trouble
w
sorry, bother all of you with my same question
i was learn to make user auth with mysql and using cookies, i have trouble
with this error message;
Warning: Cannot add header information - headers already sent by (output
started at ../functions.inc:54) in ../functions.inc on line 49
Warning:
never mind Matt,
I noticed the missin ); on line 65
Thanks for your help.
Matt.
-Original Message-
From: Matt [mailto:[EMAIL PROTECTED]]
Sent: 16 February 2002 12:05
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] user auth script update.
> I am now getting the pa
> I am now getting the parse error on line 64
> $sql_authorisation = "SELECT * FROM account_details WHERE
> account_name='$login_username' AND
> account_password=PASSWORD('$login_password');
You're missing the closing " on the last line above.
--
PHP General Mailing List (http://www.php.net/)
Found 1 schoold box error AGAIN I ended line 4 with : not ;
I am now getting the parse error on line 64
Can anyone review this script and tell me where I am going wrong.
Thanks,
Matt.
SCRIPT
START--
BathJobs.com User Log
On Friday 14 September 2001 17:01, you wrote:
if you want to work with the passwords that originally are in the shadow-file
your webserver needs to have read-permissions for the shadow-file, which is
no good idea.
you could parse out the passwords from the shadow-file and write them into an
e
Hello all! I a relatively newbie in PHP, so my question may appear silly:
Please tell me if anyone has knowledge of
authenticating a user based on his username and password
from Linux system (shadow or anything).
I want to make a php WebMail. Also, i want to make
a ssh virtual web client for the
10 matches
Mail list logo