I'm redirecting to the login page with this "newpage.php?name= John Smith"
Ok, the name gets to the login page, as when i use echo $_Get['redirect']
Its right, both names are still there, John and Smith
BUT, when the page actually redirects to newpage.php
The name has become just John. The smith has gone. It must be because of the space, but like i say, its all good up til the login page redirecting to the new page.
So, what part in login.php is stripping out spaces, and where is the part that redirects (theres so many "redirects" in there

Cheers guys!


