On Thu, 25 Mar 2004 03:21:54 -0500
"Andy B" <[EMAIL PROTECTED]> wrote:

> >What happens if you give a the correct ones?
> 
> doesnt make any difference... 

Then there's a problem with your code. Check $username first
before you use it. Also, if you're using $_POST then you should
use $_POST['username'] instead of $username.

[...]

> do i have to pay any attention to something of this sort:

Yes.

> [notice] undefined variable in ....../login.php:
> $_SESSION[username] is undefined
> 
> ????but i defined it already and the right way????? im lost now

Try $_SESSION['username']

--

- E -

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to