[PHP] Re: User accounts

2002-03-08 Thread George Whiffen
David Johansen wrote: > I'm new to this php thing and I would like to set up a web page were the > users can login and edit their preferences and all that stuff. I have the > basic login stuff worked out and I was passing the username and password as > a hidden input in the form, but then the p

RE: [PHP] Re: User accounts

2002-03-08 Thread Tim Ward
.chessish.com> -- From: Kevin Stone [SMTP:[EMAIL PROTECTED]] Sent: 07 March 2002 23:56 To: 'David Johansen'; [EMAIL PROTECTED] Subject: RE: [PHP] Re: User accounts I understand your confusion. The thing is that empty() and ! are two

RE: [PHP] Re: User accounts

2002-03-07 Thread Kevin Stone
ing is (by definition) equivilant to an integer value of 1 or more. And thus is interpreted as true. Hope that helps. -Kevin -Original Message- From: David Johansen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 3:44 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: User accounts Here&

[PHP] Re: User accounts

2002-03-07 Thread David Johansen
Here's a little piece of code that gives me a weird problem: I have the session started and everything, but it gives me the following error. Warning: Undefined variable: logout in c:\inetpub\wwwroot\uslogin.php on line 13 I've seen this used on several examples. I know that if I just use empty

[PHP] Re: User accounts

2002-03-07 Thread Michael Kimsal
David Johansen wrote: > I'm new to this php thing and I would like to set up a web page were the > users can login and edit their preferences and all that stuff. I have the > basic login stuff worked out and I was passing the username and password as > a hidden input in the form, but then the pass