Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment Objectives: Write a PHP program that: - reads a list of 15 words from a text file and scrambles the letters of the words
Assignment Objectives: Write a PHP program that: - reads a list of 15 words from a text file and scrambles the letters of the words - stores the scrambled words and the original words in an associative array - presents the random selection of 10 scrambled words on a webpage form - allows a user to enter guesses about the original words (using textfields/text areas) - gives visual feedback on the form about correct/incorrect answers when the submit button is pressed. - allows the user to play again until they press a quit button Additional Information: - The text file should be named wordbank.txt, your main PHP file should be A1.php - Style and presentation are entirely up to you. Use functions to separate logic. - Points will be awarded accordingly for good design (presentation and code)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started