Need help to create a PHP echo script from a range of numbers.
- by Michael
I need a simple script that reads a number from POST (we'll call the value 'number'). It will be a three digit number that must range from the following:
301-340
401-440
501-540
601-640
701-740
801-840
If it doesn't fall in these ranges, I need to echo a message. How would one do this?