CREATE an HTML / PHP Guessing GAme with the followingcriteria
* The server should randomly generate a number between 1 and100.
* The client should guess the number and submit the guessasynchronously (e.g. no pagerefresh).
* The server should respond asynchronously with some form of a “toohigh” or “too low” or “you win” message.
* The client should see the result of the guess. If the guess wasnot correct, the user should try again until the ser gets the guessright.
Expert Answer
An answer will be send to you shortly. . . . .