Well thanks Andre. Let's see if Mave & Zezombia agree? We can do voting.Andre said:What you just did is epic win.
You also need some good design to work with.Zezombia said:I suggest finding someone who has the HTML knowledge of how to make a desent design :/.
// This inside the division of the box, or whatever...
<?php
if(!isset($_GET["area"]))
{
// Redirect to "upload" perhaps?
}
else if($_GET["area"] == upload)
{
echo '<form>YOUR FORM HERE</form>';
echo "Upload your files, bla bla bla';
}
else if($_GET["area"] == register)
{
echo '<form>REGISTER FORM HERE</form>';
echo "Register, bla bla bla';
}
?>
Idea for what? I don't get where the problem is and why are you talking about the get variables?Remis will definitely pwn me on a better idea