Recent content by iskyfire

  1. I

    had a weird dream anybody had a similar or know what it means?

    It means you're finally starting to accept that she's gone.
  2. I

    Is there a way to have two Window Media Players on the same computer?

    Two different Music Libraries? Umm. Not with Media Player. You can make different playlists tho.
  3. I

    The difference between racing with a road bike and a mountain bike?

    The main difference is weight and the speed of the bike. Mountain bikes are usually heavier, partly because of the shocks and gears. Road bikes have thin tires, and tall frames, and well, meant for the road. You can adjust to the road bikes after riding for a mile.
  4. I

    PHP MySQL Query Help?

    In your HTML form, give names to the fields you want to "GET". <form action="myPHP.php" method="get"> <input name="user" type="text"> <input name="pass type="text"> <input type="submit"> </form> In your PHP assign those values to a variable: $username = $_GET['user']; $password = $_GET['pass']...
Back
Top