RE: [PHP] php Login script issue

2007-09-16 Thread Bastien Koert
rName='$userName' AND password = '$password'"))){ if(($rec['userName']==$userName)&&($rec['password']==$password)) bastien > Date: Sun, 16 Sep 2007 02:39:57 -0700> From: [EMAIL PROTECTED

RE: [PHP] php Login script issue

2007-09-16 Thread Sanjeev N
er 16, 2007 3:10 PM To: php-general@lists.php.net Subject: [PHP] php Login script issue Hi, Its just a login and password validation that I am trying to achieve. If the username is correct then the person is able to view certain page, if incorrect then he is directed elsewhere. Success

Re: [PHP] php Login script issue

2007-09-16 Thread Tijnema
On 9/16/07, Chris Carter <[EMAIL PROTECTED]> wrote: > > Hi, > > Its just a login and password validation that I am trying to achieve. If the > username is correct then the person is able to view certain page, if > incorrect then he is directed elsewhere. > > $userid=mysql_real_escape_string($useri

[PHP] php Login script issue

2007-09-16 Thread Chris Carter
Hi, Its just a login and password validation that I am trying to achieve. If the username is correct then the person is able to view certain page, if incorrect then he is directed elsewhere. Successfully,Logged in logout.php Log OUT welcome.php Click here if your browser is not redirecting a

Re: [PHP] php login

2006-04-30 Thread tedd
At 9:32 PM +0200 4/29/06, Schalk wrote: Greetings All, Where can I find a good tutorial on creating a login protected area using php? I did a Google search and found a couple but, I would like to get suggestions from the list. Thanks! -- Kind Regards Schalk Neethling Schalk: Not that you

Re: [PHP] php login

2006-04-30 Thread Jochem Maas
Schalk wrote: Greetings All, Where can I find a good tutorial on creating a login protected area using php? I did a Google search and found a couple but, I would like to get suggestions from the list. Thanks! here is a set of functions that allow you to mimick a .htaccess style of protected

Re: [PHP] php login

2006-04-29 Thread Schalk
chris smith wrote: On 4/30/06, Schalk <[EMAIL PROTECTED]> wrote: Greetings All, Where can I find a good tutorial on creating a login protected area using php? I did a Google search and found a couple but, I would like to get suggestions from the list. Thanks! Just found a good one.. it's a li

Re: [PHP] php login

2006-04-29 Thread chris smith
On 4/30/06, Schalk <[EMAIL PROTECTED]> wrote: Greetings All, Where can I find a good tutorial on creating a login protected area using php? I did a Google search and found a couple but, I would like to get suggestions from the list. Thanks! Just found a good one.. it's a little more complicate

[PHP] php login

2006-04-29 Thread Schalk
Greetings All, Where can I find a good tutorial on creating a login protected area using php? I did a Google search and found a couple but, I would like to get suggestions from the list. Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solu

[PHP] php login

2005-02-16 Thread William Stokes
Hello, I need to create solution for user authentication/recognition in my web page. I think it would be a good idea to use mysql database for storing the user info because the user info is later used to determine what parts of site the recognized user is allowed to update. The site is for a s

Re: [PHP] PHP Login Script

2004-08-25 Thread raditha dissanayake
Chuck wrote: Could anyone let me know or point me to where I could find out how to setup a login for my php site. I've been looking around and found plenty of stuff for PHP/Apache, but nothing for just PHP. You need to store user information somewhere and apache .htpasswd files and mysql datab

[PHP] PHP Login Script

2004-08-25 Thread Chuck
Could anyone let me know or point me to where I could find out how to setup a login for my php site. I've been looking around and found plenty of stuff for PHP/Apache, but nothing for just PHP. Any help or info about this would be appreciated. Thanks, Chuck -- PHP General Mailing List (http://

[PHP] php-login scripts

2004-06-28 Thread Sriranganath
Dear Sir, Can u send me the Check list for PHP-Login : It is not clear in the website which files should we have to include under which directories. There are two or more files with the same name vizConfig.php which one to include .? i am trying this for the past 4 days. i am unable to get it

[PHP] PHP login script

2004-05-31 Thread René Fournier
I'm looking for some good, secure login code, and found the following article: http://www.devshed.com/c/a/PHP/Creating-a-Secure-PHP-Login-Script/ Not being much of a security expert, I was wondering if anyone here could say whether this code is any good? Or if there's a better one elsewhere? (I

RE: [PHP] PHP Login Page Issues

2004-02-18 Thread Chris W. Parker
Pushpinder Singh on Wednesday, February 18, 2004 7:46 AM said: > I was wondering if anyone had a chance to take a quick peek at > this code. Thanks again guys ! yes. but it's hard to read, so i just skipped it considering i haven't had a lot of time to spend in

Re: [PHP] PHP Login Page Issues

2004-02-18 Thread Pushpinder Singh
Hello again, I was wondering if anyone had a chance to take a quick peek at this code. Thanks again guys ! -Pushpinder On Tuesday, February 17, 2004, at 10:49 AM, Pushpinder Singh wrote: Hello Everyone, I am making use of the following login module. However, it tells the user to login at

[PHP] PHP Login Page Issues

2004-02-17 Thread Pushpinder Singh
Hello Everyone, I am making use of the following login module. However, it tells the user to login at least twice even if the username and password are correct. The data flow model is explained below : The first 'correct' attempt will result in the user being redirected to the "logged_in.php"

Re: [PHP] PHP Login Sessions

2002-11-01 Thread @ Edwin
Hello, "Jay Fitzgerald" <[EMAIL PROTECTED]> wrote: [snip] > === > session_start(); > > if (isset("valid_id")) > { > echo "$_SESSION[valid_id]"; > } > else [/snip] Perhaps, it's because you need to ask if (isset($_SESSION['valid_id'])) ? - E -- PHP General Mailing

[PHP] PHP Login Sessions

2002-11-01 Thread Jay Fitzgerald
What am I doing wrong here? I have a login form that visitors enter their "use"name and "use_psswrd" in to log in...the form action is this code: == session_start(); if ($_REQUEST[use_name] && $_REQUEST[use_psswrd]) { $connection = mysql_connect("SERVER","USER","PASS") o

[PHP] Php login scripts using PHP4.01, Apache3.01 CGI on W2K

2002-01-21 Thread ignacio . estrada
Hi, am looking for good samples scripts for authentication, but I am using the CGI version of Apache. However could be a good way for make authentication using some file or database as the source for the login name and so on. Please let me know if you know where exists a good samples scripts fo

[PHP] php login scripts

2002-01-20 Thread xx xx
hi. im new. i installed a login script on my site and after a few days, it stopped working. i reinstalled it and it still refused to work after a dew days. can anyone send me a good login script preferably with no MySql? im very busy atm with all my school stuff. Thanks aron _