Ok, so it's all updated now (after following about 5 different tutorials. I hate Linux).
Now I have a stupid question. After you log in, using POST, I put a "continue" link for ease, like so:
<a href=\"$phpfile\">Continue</a>
But when you click continue, even though the link says "testlogin.php", it goes there with the post data again, bringing you back to the screen saying you've logged in successfully... with the continue link....
If I copy and paste the link in the browser, though, it takes me back to the main page. What's up with that, and how do I make it just do it with a link?