[PHP] user auth.. with mysql and cookies.. help

2002-05-30 Thread Anton Heryanto
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:

RE: [PHP] user auth.. with mysql and cookies.. help

2002-05-30 Thread James Holden
- 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 with this error

[PHP] user auth

2002-05-30 Thread Justin Blake
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? --

Re: [PHP] user auth

2002-05-30 Thread Daniel Tryba
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

Re: [PHP] user auth

2002-05-30 Thread Miguel Cruz
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 to

[PHP] user auth script update.

2002-02-16 Thread Matthew Darcy
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-- ?php

Re: [PHP] user auth script update.

2002-02-16 Thread Matt
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/) To

RE: [PHP] user auth script update.

2002-02-16 Thread Matthew Darcy
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 parse

[PHP] user auth

2001-09-14 Thread Alex Sofronie
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

Re: [PHP] user auth

2001-09-14 Thread Andreas Gietl
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