what I am trying to do is in index.php (login page) the user enters their username and password into Array[username] and Array[password] using a standard html form.
from there they post it to login.php. (see my above code for index and login).
I am trying to set $username and $password to the data entered into the form.
does that make sense, or am I so far off that I am totally wasting my time.
thanks
Trevor