RE: [PHP-DB] Login script help

2006-12-22 Thread Haig Dedeyan
Thanks Miles. That works nicely. Regards -Original Message- From: Miles Thompson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 10:29 PM To: [email protected] Subject: RE: [PHP-DB] Login script help When user has authenticated successfully, start a session with an

RE: [PHP-DB] Login script help

2006-12-21 Thread Miles Thompson
M To: Haig Dedeyan; [email protected] Subject: RE: [PHP-DB] Login script help why not just create a simple single logon page and not include itthen on sucessful login, redirect the user to the index page? bastien >From: "Haig Dedeyan" <[EMAIL PROTECTED]> >To: >Subjec

RE: [PHP-DB] Login script help

2006-12-21 Thread Haig Dedeyan
[PHP-DB] Login script help why not just create a simple single logon page and not include itthen on sucessful login, redirect the user to the index page? bastien >From: "Haig Dedeyan" <[EMAIL PROTECTED]> >To: >Subject: [PHP-DB] Login script help >Date: Thu,

RE: [PHP-DB] Login script help

2006-12-21 Thread Bastien Koert
why not just create a simple single logon page and not include itthen on sucessful login, redirect the user to the index page? bastien From: "Haig Dedeyan" <[EMAIL PROTECTED]> To: Subject: [PHP-DB] Login script help Date: Thu, 21 Dec 2006 16:36:11 -0500 Hi everyone, M

[PHP-DB] Login script help

2006-12-21 Thread Haig Dedeyan
Hi everyone, My 1st attempt at creating a login script isn't going so good, so hopefully someone can help me out. The login script itself works fine but when I include it into a web page, the login.php script shows up but the entire index.html page also shows up. I just want people to log in bef