Jump to content

thebiggreenie

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

thebiggreenie's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok, I've got a code which checks a webpage with the word and validates it, but I get a 500 error code during fopen...
  2. Now one of the WHILEs is repeating in the script, when the guess uses correct letters
  3. search_array() is giving me problems... is it PHP5?
  4. Ok.. what if I'm not running PHP5 :S - Ralph
  5. Will do Orio. Where do I put the 'correct' and 'incorrect' bits? - Ralph
  6. Thanks Barand, but the idea is that users don't have to guess a nine-letter word, instead, they can have words of any length from 2-9 letters. - Ralph
  7. Hi guys, I'm trying to make a letters game, whereby a user is given 9 random letters, and must try to form the longest valid word from those letters. My problem is that I cannot create a code to validate that the letters in the user's guess are actually letters which they were given. If a user uses letters he was not given, or uses letters more than once (if they only appear once), then they haven't given a valid answer. The letters which the user receives are entirely random, and make up one string, so [code]$letters = "AIKNFOLAP";[/code] as opposed to being 9 separate strings. I hope someone can help. - Ralph
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.