Can anyone help me or get me going in the right direction? Here is the problem.
I need to create a script that presents a word guessing game. Allow users to guess the word letter-by-letter by entering a character in a form. Start by assigning a secret word to avariable. After each gues, print the word using astricks for each remaing letter, but fill in the letters that the user guessed correxctly. You need to store the user's guess in a hidden form field. For example, if I want them to guess "suspicious" and they already guessed "S" "I" then store s*s*i*i**s in the hidden form field. I need to have the one document that process and displays the form.
newbie37 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.