Question: need php and css code Guess a number between 1 and 1000 MODULE Module 3: PHP Syntax 2: Functions, Arrays, Loops, Sessions. Guess Number of
need php and css code

Guess a number between 1 and 1000 MODULE Module 3: PHP Syntax 2: Functions, Arrays, Loops, Sessions. Guess Number of Guesses: 0 submit restart game DESCRIPTION back to assignment 6 This is intended to be an assignment to ensure that you all gain more experience with working with persistence and managing how that works Please ask me if you have any questions about with interacting with the user. this. It will be a program that plays a random number You must use functions, but I am not specifying guessing game with the user. how they need to be used. OBJECTIVES Since this is server side scripting, I won't be able to see your php code. Therefore, include the fol- To get much more familiar with having lowing 2 lines at the bottom of any of your php persistent data programs echo "
"; DIRECTIONS Since you will create just one program, this highlight_file("whatever.php"); should be just one PHP file. You may have an index.html file that links to this, or you may where whatever.php in the above is YOUR php merely name this index.php within your assign- program name. The
tag puts a line in ment subdirectory. the rendered display and the highlight_file func- tion call will display your php code. The one program you will create will be a ran- dom number guessing game. The number will be SUBMISSION INSTRUCTIONS in the range 1 to 1000. Be sure that your assignment is put in its own
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
