Re: [PHP] user login names/values

2001-04-25 Thread Thimo von Rauchhaupt

Just to mention security, look at this page:

http://www.livin4.com/jhacker/jh1.htm

A simple login isn?t that easy,





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] user login names/values

2001-04-25 Thread Meir kriheli

On Wednesday 25 April 2001 13:43, Thimo von Rauchhaupt wrote:
 Just to mention security, look at this page:

 http://www.livin4.com/jhacker/jh1.htm

 A simple login isn?t that easy,

If you have magic quotes turned on or use the addslashes function, this 
should be no problem.

Always validate user data 

-- 
Meir Kriheli

  There's someone in my head, but it's not me - Pink Floyd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] user login names/values

2001-04-24 Thread Dennis Gearon

I've been on many sites, like most of us. Which do the members of this
list like better, email address for an identifier, or some combination
of their input/some routine's output?

%like% as in:
A/ for security, programming, our jobs/hobby usage, -or-
B/ as a user/member our/your-self?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]