How to prepare this in php code
Program: Determine if the values provided are numeric and in range (between 1 and 100). If either value is not a number or is out of range, display an appropriate message informing the user and do not process the values further.
If the values provided are numbers within the specified range continue with the process
You need to provide all the code and need to be prepared in PHP.