Jump to content

Bjørnar

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Bjørnar

  1. Are you trying to run the PHP files on your computer? In that case you have to set up a local server on it. XAMPP is an easy way of doing that, though it installs alot more than you need.

  2. You have to escape the quotation marks in the string you're going to print, like this:

    }if ($Chara == ""){echo "<p class=bodymd>Universal Online In-game Account Character<br><select name=\"Chara\"><option value=\"chara1\" selected>Character 1</option><option value=\"chara2\">Character 2</option><option value=\"chara3\">Character 3</option></select></p>";}

    Note the \ in front of the ".

  3. I believe the problem is that you're checking if $valueOfgbpage is 1, while you should be checking $valueOfgb.In other words, replace this:

    $valueOfgb = $_GET['gbpage'];

    with this:

    $valueOfgbpage = $_GET['gbpage'];

  4. Personally I prefer HTML only. Flash often has long loading times. I would prefer to disable Flash in my browser, mainly to stop Flash-banners, but I couldn't because it stopped me from using so many sites. Also, at school, Flash isn't installed, so I can't use any sites that uses Flash-navigation or something.Of course Flash does have it's positive sides to, it looks the same no matter what browser you use and you can make som cool sites, but I don't think that makes up for it.

×
×
  • Create New...