PHP Help | fgets Get A Number Inbetween Two Other Numbers?

Baseball Freak

New member
How can I get PHP to recognize if I type in 5000 with fgets in command prompt?

EX. In my PHP script it is set so if i type a number between 200 and 300 it will do the stuff I want it too. But it is also set so if I type 301 to 400 it will do something different then the stuff above.
 
Back
Top