|
that is what sessions are for .. it's really hard to read what i'm trying to tell you with all of illya's and vlads comments on your post, .. but look at the session stuff that i put in there.
sessions are what carry over variables automatically between pages. if you register "username" and "password" on every page from when the user logs in, .. you won't have to pass anything through the url.
|